[-] BO : delete id_theme in Image Type
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12278 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user