0eb792eae2f996b5368296fd8e26ed86d4b04ea7
[lhc/web/wiklou.git] / maintenance / postgres / archives / patch-rename-iwl_prefix.sql
1 DROP INDEX iwl_prefix;
2 CREATE UNIQUE INDEX iwl_prefix_title_from ON iwlinks (iwl_prefix, iwl_title, iwl_from);