Merge "Fix for Bug 63980 - Comparison of limits in pingLimiter is incorrect"
[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);