// Added the new image type names in the updater

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17502 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-09-24 13:22:18 +00:00
parent f4671e17c1
commit b1ea5b3e7b
2 changed files with 82 additions and 0 deletions
+1
View File
@@ -7,3 +7,4 @@ UPDATE `PREFIX_image_shop` image_shop SET image_shop.`cover`=1 WHERE `id_image`
INSERT INTO `PREFIX_configuration`(`name`, `value`, `date_add`, `date_upd`) VALUES ('PS_ONE_PHONE_AT_LEAST', '1', NOW(), NOW());
/* PHP:p15018_change_image_types(); */;