// Fix #PSCFV-4569

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17662 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-10-01 16:16:54 +00:00
parent 57c92993e3
commit 4f6de85447
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',