summaryrefslogtreecommitdiff
path: root/core/helpers/core_installer.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-03-09 13:30:22 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-03-09 13:30:22 +0000
commitc0375db79f47b4e4e0b1c261929389c6d3995edc (patch)
tree7c8c5fd3b02cb12fb12361d738f591faea08adac /core/helpers/core_installer.php
parentcaa0a6d47fb5ed3faa0c321c10c86c5b6f3d7db8 (diff)
Restructure the sort order to maintain the sort column and sort order
as two separate columns in the item table.
Diffstat (limited to 'core/helpers/core_installer.php')
-rw-r--r--core/helpers/core_installer.php1
1 files changed, 1 insertions, 0 deletions
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`),