Followup to r65105 after discussion with Roan
[lhc/web/wiklou.git] / maintenance / archives / patch-rename-iwl_prefix.sql
1 --
2 -- Recreates the iwl_prefix for the iwlinks table
3 --
4 DROP INDEX /*i*/iwl_prefix ON /*_*/iwlinks;
5 CREATE INDEX /*i*/iwl_prefix_from_title ON /*_*/iwlinks (iwl_prefix, iwl_from, iwl_title);