Moved testRunner[|.ora|.postgres].sql to [|oracle/|postgres/]archives/ so that they...
[lhc/web/wiklou.git] / maintenance / postgres / archives / patch-kill-iwl_pft.sql
1 --
2 -- Kill the old iwl_prefix_from_title index, which may be present on some
3 -- installs if they ran update.php between it being added and being renamed
4 --
5
6 DROP INDEX iwl_prefix_from_title;
7