Merge "Bug 44855, Bug 37743: Improved vector button styles for jquery.ui"
[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);