Revert r114067, r114071, r114075, r114079, r114081, r114082, r114084, r114086, r11408...
[lhc/web/wiklou.git] / maintenance / archives / patch-rename-iwl_prefix.sql
1 --
2 -- Recreates the iwl_prefix index for the iwlinks table
3 --
4 CREATE UNIQUE INDEX /*i*/iwl_prefix_title_from ON /*_*/iwlinks (iwl_prefix, iwl_title, iwl_from);