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

DROP INDEX IF EXISTS /*i*/iwl_prefix;