[*] BO : Features are now sortable.

This commit is contained in:
vChabot
2011-09-23 15:45:40 +00:00
parent c21c00f350
commit 02036512c0
12 changed files with 250 additions and 12 deletions
+1
View File
@@ -641,6 +641,7 @@ CREATE TABLE `PREFIX_employee` (
CREATE TABLE `PREFIX_feature` (
`id_feature` int(10) unsigned NOT NULL auto_increment,
`position` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`id_feature`)
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;