Attempt at changing postgres as per r66892
[lhc/web/wiklou.git] / maintenance / postgres / archives / patch-rename-iwl_prefix.sql
1 DROP INDEX iwl_prefix;
2 CREATE INDEX iwl_prefix_from_title ON iwlinks (iwl_prefix, iwl_from, iwl_title);