From c0375db79f47b4e4e0b1c261929389c6d3995edc Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 9 Mar 2009 13:30:22 +0000 Subject: Restructure the sort order to maintain the sort column and sort order as two separate columns in the item table. --- core/helpers/core_installer.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/helpers/core_installer.php') diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php index bee06181..706ff548 100644 --- a/core/helpers/core_installer.php +++ b/core/helpers/core_installer.php @@ -79,6 +79,7 @@ class core_installer { `width` int(9) default NULL, `rand_key` float default NULL, `sort_column` varchar(64) default NULL, + `sort_order` char(4) default 'ASC', PRIMARY KEY (`id`), KEY `parent_id` (`parent_id`), KEY `type` (`type`), -- cgit v1.2.3