// import csv ok for group attribute position

This commit is contained in:
vChabot
2011-09-21 14:38:12 +00:00
parent 4a8edb119f
commit 013f28b02c
5 changed files with 33 additions and 17 deletions
+1 -3
View File
@@ -150,6 +150,4 @@ ALTER TABLE `PREFIX_product_download` ADD `is_shareable` TINYINT( 1 ) UNSIGNED N
ALTER TABLE `PREFIX_attribute_group` ADD `position` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE `PREFIX_attribute_group` ADD `group_type` ENUM('select', 'radio', 'color') NOT NULL DEFAULT 'select';
UPDATE `PREFIX_attribute_group` SET `group_type`='color' WHERE `is_color_group` = 1;
ALTER TABLE `PREFIX_product` DROP `id_color_default`;
/* PHP:add_group_attribute_position(); */;