Fix SQLite patch-(page|template)links-fix-pk.sql column order
[lhc/web/wiklou.git] / maintenance / sqlite / archives / patch-rename-iwl_prefix.sql
1 --
2 -- Recreates the iwl_prefix for the iwlinks table
3 --
4 DROP INDEX IF EXISTS /*i*/iwl_prefix;
5 CREATE INDEX IF NOT EXISTS /*i*/iwl_prefix_title_from ON /*_*/iwlinks (iwl_prefix, iwl_title, iwl_from);