summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-kill-iwl_prefix.sql
blob: 1cd9b45416fcafce688503eb2c6f04d91f012beb (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 /*i*/iwl_prefix ON /*_*/iwlinks;