// add missings columns id_shop and id_group_shop in statssearch

This commit is contained in:
mMarinetti
2012-06-07 09:52:07 +00:00
parent 15d2cc8428
commit ff94cd7279
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(); */;