[-] FO : free gift fixed
This commit is contained in:
@@ -31,19 +31,6 @@ CREATE TABLE `PREFIX_category_shop` (
|
||||
|
||||
/* PHP:update_mailalerts_add_column_idshop(); */;
|
||||
|
||||
|
||||
CREATE TABLE `PREFIX_cart_rule_manufacturer` (
|
||||
`id_cart_rule` int(10) unsigned NOT NULL,
|
||||
`id_manufacturer` int(10) unsigned NOT NULL,
|
||||
PRIMARY KEY (`id_cart_rule`, `id_manufacturer`)
|
||||
);
|
||||
|
||||
CREATE TABLE `PREFIX_cart_rule_supplier` (
|
||||
`id_cart_rule` int(10) unsigned NOT NULL,
|
||||
`id_supplier` int(10) unsigned NOT NULL,
|
||||
PRIMARY KEY (`id_cart_rule`, `id_supplier`)
|
||||
);
|
||||
|
||||
CREATE TABLE `PREFIX_cart_rule_product_rule_group` (
|
||||
`id_product_rule_group` int(10) unsigned NOT NULL auto_increment,
|
||||
`id_cart_rule` int(10) unsigned NOT NULL,
|
||||
@@ -56,4 +43,4 @@ INSERT INTO `PREFIX_cart_rule_product_rule_group` (`id_product_rule_group`, `id_
|
||||
);
|
||||
|
||||
ALTER TABLE `PREFIX_cart_rule_product_rule` CHANGE `id_cart_rule` `id_product_rule_group` int(10) unsigned NOT NULL;
|
||||
ALTER TABLE `PREFIX_cart_rule_product_rule` CHANGE `type` ENUM('products', 'categories', 'attributes', 'manufacturers', 'suppliers') NOT NULL;
|
||||
ALTER TABLE `PREFIX_cart_rule_product_rule` CHANGE `type` `type` ENUM('products', 'categories', 'attributes', 'manufacturers', 'suppliers') NOT NULL;
|
||||
|
||||
Reference in New Issue
Block a user