summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-iwlinks-from-title-index.sql
blob: 8b73f9e3439105a2116cb274b73313f298be8c4d (plain)
1
2
3
4
--
-- Recreates the iwl_prefix_from_title index for the iwlinks table
--
CREATE INDEX /*i*/iwl_prefix_from_title ON /*_*/iwlinks (iwl_prefix, iwl_from, iwl_title);