[-] FO : #PSCFV-3079 - Change scene image size
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16262 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user