// move sql to latest upgrade file

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15421 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-05-19 10:41:22 +00:00
parent 0a7c709d1a
commit 98c770118f
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -28,3 +28,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'); */;