// Fix installer

This commit is contained in:
rGaillard
2012-08-23 16:56:18 +00:00
parent ab6ae48023
commit 9cf1abfa83
+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` (