[*] BO : groups attributes are now sortable

This commit is contained in:
vChabot
2011-09-21 10:04:54 +00:00
parent 710e1125dd
commit 8f7540c630
10 changed files with 241 additions and 27 deletions
+1
View File
@@ -91,6 +91,7 @@ CREATE TABLE `PREFIX_attribute` (
CREATE TABLE `PREFIX_attribute_group` (
`id_attribute_group` int(10) unsigned NOT NULL auto_increment,
`is_color_group` tinyint(1) NOT NULL default '0',
`position` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`id_attribute_group`)
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;