// Fix installer

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16978 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-08-23 16:56:18 +00:00
parent 4f9189b8c6
commit afe750bb38
+1 -1
View File
@@ -2404,7 +2404,7 @@ CREATE TABLE `PREFIX_category_shop` (
`id_category` int(11) NOT NULL,
`id_shop` int(11) NOT NULL,
`position` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`id_category`, `id_shop`),
PRIMARY KEY (`id_category`, `id_shop`)
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;
CREATE TABLE `PREFIX_module_preference` (