[-] BO : BugFix : #PSTEST-750 : upgrade sql updated (position field added to the category_shop table)

This commit is contained in:
vChabot
2012-02-14 13:14:07 +00:00
parent 67a95fd1f6
commit b4c974db82
+1
View File
@@ -23,6 +23,7 @@ WHERE `name` = "order fenced" AND id_lang = 2;
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;