// Fixed #PSTEST-751

This commit is contained in:
bMancone
2012-02-20 17:46:11 +00:00
parent 669c8afc5a
commit a1a6ca9a8d
11 changed files with 79 additions and 8 deletions

View File

@@ -9,6 +9,8 @@ SET o.`current_state` = (
LIMIT 1
);
/* PHP:add_unknown_gender(); */;
ALTER TABLE `PREFIX_cart_rule` ADD `gift_product_attribute` int(10) unsigned NOT NULL default 0 AFTER `gift_product`;
UPDATE `PREFIX_product` set is_virtual = 1 WHERE id_product IN (SELECT id_product FROM `PREFIX_product_download` WHERE active = 1);