summaryrefslogtreecommitdiff
path: root/maintenance/sqlite/archives/patch-archive_kill_ar_page_revid.sql
blob: 0f3e9c7f929d6add6a14c1ebe266c4695115bd8b (plain)
1
2
3
-- Used for killing the wrong index added during SVN for 1.17
-- Won't affect most people, but it doesn't need to exist
DROP INDEX IF EXISTS ar_page_revid;