summaryrefslogtreecommitdiff
path: root/maintenance/postgres/archives/patch-kill-iwl_prefix.sql
blob: 8b6d108494313b0613189662492aed564a9caccb (plain)
1
2
3
4
5
6
7
--
-- Kill the old iwl_prefix index, which may be present on some
-- installs if they ran update.php between it being added and being renamed
--

DROP INDEX iwl_prefix;