// Fix #PSCFV-4569

This commit is contained in:
rGaillard
2012-10-01 16:16:54 +00:00
parent c4297e990b
commit 9a4496c4aa
3 changed files with 3 additions and 2 deletions
-1
View File
@@ -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',