// Fix #PSCFV-4569
This commit is contained in:
@@ -360,7 +360,6 @@ CREATE TABLE `PREFIX_category_product` (
|
||||
|
||||
CREATE TABLE `PREFIX_cms` (
|
||||
`id_cms` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`id_shop` INT(11) UNSIGNED NOT NULL DEFAULT '1',
|
||||
`id_cms_category` int(10) unsigned NOT NULL,
|
||||
`position` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`active` tinyint(1) unsigned NOT NULL default '0',
|
||||
|
||||
@@ -17,3 +17,5 @@ ALTER TABLE `PREFIX_attribute_impact` CHANGE `weight` `weight` DECIMAL(20, 6) NO
|
||||
ALTER TABLE `PREFIX_order_detail` CHANGE `product_weight` `product_weight` DECIMAL(20, 6) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `PREFIX_stock_available` DROP INDEX `product_sqlstock`;
|
||||
ALTER TABLE `PREFIX_stock_available` ADD UNIQUE (`id_product`, `id_product_attribute`, `id_shop`);
|
||||
ALTER TABLE `PREFIX_cms` DROP `id_shop`;
|
||||
ALTER TABLE `PREFIX_cms` ADD INDEX (`id_cms_category`);
|
||||
|
||||
Reference in New Issue
Block a user