Merge "Re add wpScrolltop id in EditPage"
[lhc/web/wiklou.git] / maintenance / archives / patch-iwlinks-from-title-index.sql
1 --
2 -- Recreates the iwl_prefix_from_title index for the iwlinks table
3 --
4 CREATE INDEX /*i*/iwl_prefix_from_title ON /*_*/iwlinks (iwl_prefix, iwl_from, iwl_title);