// categories multishop install fix

This commit is contained in:
vChabot
2012-01-31 15:47:08 +00:00
parent 03d05fa1ed
commit 62f105ae6e
+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;