// add sql update for editorial multishop

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15426 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-05-19 11:10:24 +00:00
parent 098e0fbc35
commit ae81857144
2 changed files with 37 additions and 1 deletions
+2 -1
View File
@@ -29,4 +29,5 @@ SET total_amount = odt.unit_amount * od.product_quantity;
ALTER TABLE `PREFIX_pagenotfound` ADD `id_shop_group` INT(10) AFTER `id_pagenotfound`;
ALTER TABLE `PREFIX_pagenotfound` ADD `id_shop` INT(10) AFTER `id_pagenotfound`;
/* PHP:add_new_groups('Non identifié', 'Unidentified'); */;
/* PHP:add_new_groups('Non identifié', 'Unidentified'); */;
/* PHP:editorial_update_multishop(); */;