[-] BO : delete id_theme in Image Type

This commit is contained in:
lLefevre
2012-01-09 16:04:34 +00:00
parent de58f8fa51
commit 557e76ea71
10 changed files with 80 additions and 74 deletions
+2
View File
@@ -6,3 +6,5 @@ ALTER TABLE `PREFIX_order_state` ADD COLUMN `deleted` tinyint(1) UNSIGNED NOT NU
ALTER TABLE `PREFIX_category` ADD COLUMN `is_root_category` tinyint(1) NOT NULL default '0' AFTER `position`;
UPDATE `PREFIX_category` SET `is_root_category` = 1 WHERE `id_category` = 1;
ALTER TABLE `PREFIX_image_type` DROP `id_theme`;