[-] MO : multishop update for sekeywords #PSCFV-3271

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16521 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-07-23 07:36:49 +00:00
parent cc0dd39784
commit 4f2683dfa6
2 changed files with 36 additions and 0 deletions
+3
View File
@@ -4,6 +4,9 @@ SET NAMES 'utf8';
/* PHP:p15014_add_missing_columns(); */;
/* PHP:p15014_upgrade_sekeywords(); */;
UPDATE `PREFIX_orders` SET `reference` = LPAD(reference, 9 , '0');
INSERT INTO `PREFIX_hook_alias` (`name`, `alias`) VALUES ('displayMyAccountBlock', 'myAccountBlock');