[-] INSTALLER : Fix bug #PSCFV-6128 do not loose custos on orders from 1.4.X

This commit is contained in:
gRoussac
2013-02-27 16:51:19 +01:00
parent cdb9c0cb40
commit 6fd4857706
+2
View File
@@ -316,3 +316,5 @@ INSERT INTO `PREFIX_scene_shop` (id_shop, id_scene) (SELECT 1, id_scene FROM PRE
ALTER TABLE `PREFIX_delivery` ADD `id_shop` INT UNSIGNED NULL DEFAULT NULL AFTER `id_delivery`, ADD `id_group_shop` INT UNSIGNED NULL DEFAULT NULL AFTER `id_shop`;
/* PHP:create_multistore(); */;
UPDATE `PREFIX_customization` INNER JOIN `PREFIX_orders` USING(id_cart) SET in_cart = 1;