// Added missing index

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16871 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-08-16 14:32:47 +00:00
parent f09026be73
commit 2ce4285d7a
2 changed files with 26 additions and 0 deletions
+1
View File
@@ -731,6 +731,7 @@ CREATE TABLE `PREFIX_feature_product` (
`id_feature_value` int(10) unsigned NOT NULL,
PRIMARY KEY (`id_feature`,`id_product`),
KEY `id_feature_value` (`id_feature_value`)
KEY `id_feature_value` (`id_product`)
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;
CREATE TABLE `PREFIX_feature_value` (