// fix update for module productcomments

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15441 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-05-19 13:14:43 +00:00
parent 511f65fa25
commit 59717088d1
2 changed files with 49 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ ALTER TABLE `PREFIX_pagenotfound` ADD `id_shop_group` INT(10) AFTER `id_pagenotf
/* PHP:add_new_groups('Non identifié', 'Unidentified'); */;
/* PHP:editorial_update_multishop(); */;
/* PHP:update_module_product_comments(); */;
ALTER TABLE `PREFIX_customer`
ADD `id_risk` int(10) unsigned NOT NULL DEFAULT '1',