Fix r69721: SQLite yells at you if you try to drop an index that doesn't exist; which...
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 3 Nov 2010 12:41:46 +0000 (12:41 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 3 Nov 2010 12:41:46 +0000 (12:41 +0000)
commit2635ee9a323b1bded5ed8d1430079158fa1133dd
tree52c644e51ce712ee49e1d4a1e2175269a574b5c6
parente8bf5a326941b507200c3512342c89c13f062e28
Fix r69721: SQLite yells at you if you try to drop an index that doesn't exist; which might be the case considering how many times these indexes were renamed and dropped. Per r73758, put IF EXISTS on them--it certainly can't hurt.
maintenance/sqlite/archives/patch-kill-iwl_pft.sql
maintenance/sqlite/archives/patch-kill-iwl_prefix.sql