Commit 93d86daa authored by Jérome Perrin's avatar Jérome Perrin

remove useless index

update with
ALTER TABLE `predicate_category` DROP INDEX `FuzzyMembership`; -- exists in Membership
parent 6f5c172f
......@@ -63,8 +63,7 @@ CREATE TABLE `predicate_category` (\n
`category_strict_membership` tinyint(1) default \'0\',\n
PRIMARY KEY (`uid`, `category_uid`, `base_category_uid`, `category_strict_membership`),\n
KEY `category_strict_membership` (`category_strict_membership`),\n
KEY `Membership` (`category_uid`,`base_category_uid`),\n
KEY `FuzzyMembership` (`category_uid`)\n
KEY `Membership` (`category_uid`,`base_category_uid`)\n
) ENGINE=InnoDB;\n
</string> </value>
</item>
......
228
\ No newline at end of file
229
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment