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

This commit is contained in:
dMetzger
2012-07-23 07:36:49 +00:00
parent ff98ef6927
commit df57cea1bd
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');