[-] FO : #PSCFV-3079 - Change scene image size

This commit is contained in:
mDeflotte
2012-07-06 13:12:28 +00:00
parent 99035dbb67
commit 29f4b6b29a
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -6,4 +6,8 @@ SET NAMES 'utf8';
UPDATE `PREFIX_orders` SET `reference` = LPAD(reference, 9 , '0');
INSERT INTO `PREFIX_hook_alias` (`name`, `alias`) VALUES ('displayMyAccountBlock', 'myAccountBlock');
INSERT INTO `PREFIX_hook_alias` (`name`, `alias`) VALUES ('displayMyAccountBlock', 'myAccountBlock');
UPDATE `PREFIX_image_type` SET height = 189, width = 520 WHERE name = 'large_scene';