summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-iwl_prefix_title_from-non-unique.sql
blob: bff63c745a6532997273db0d7f1c949bfcdc6bf4 (plain)
1
2
3
4
5
--
-- Makes the iwl_prefix_title_from index for the iwlinks table non-unique
--
DROP INDEX /*i*/iwl_prefix_title_from ON /*_*/iwlinks;
CREATE INDEX /*i*/iwl_prefix_title_from ON /*_*/iwlinks (iwl_prefix, iwl_title, iwl_from);