summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-archive_kill_ar_page_revid.sql
blob: 2e6fe45372c7bf4dbdf6ef6b4c35acb5b4fc006f (plain)
1
2
3
4
-- Used for killing the wrong index added during SVN for 1.17
-- Won't affect most people, but it doesn't need to exist
ALTER TABLE /*$wgDBprefix*/archive
	DROP INDEX ar_page_revid;