// add missings columns id_shop and id_group_shop in statssearch

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15911 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2012-06-07 09:52:07 +00:00
parent 839456f93b
commit 9e330d45a9
2 changed files with 49 additions and 1 deletions
+4 -1
View File
@@ -44,4 +44,7 @@ UPDATE `PREFIX_employee`
UPDATE `PREFIX_category_shop` cs
SET `position` = (SELECT `position` FROM `PREFIX_category` c WHERE cs.`id_category` = c.`id_category`);
ALTER TABLE `PREFIX_stock_available` CHANGE `out_of_stock` `out_of_stock` INT(2) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE `PREFIX_stock_available` CHANGE `out_of_stock` `out_of_stock` INT(2) UNSIGNED NOT NULL DEFAULT '0';
/* PHP:p15013_add_missing_columns(); */;