Current File : /home/jvzmxxx/wiki/maintenance/postgres/archives/patch-kill-iwl_prefix.sql
--
-- 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;