// categories multishop install fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12869 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-01-31 15:47:08 +00:00
parent b36be68154
commit 03038c4aed
+1
View File
@@ -2378,6 +2378,7 @@ CREATE TABLE IF NOT EXISTS `PREFIX_risk_lang` (
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`),
UNIQUE KEY `id_category_shop` (`id_category`,`id_shop`)
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;