repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge "Improve sorting on SpecialWanted*-Pages"
[mediawiki.git]
/
maintenance
/
archives
/
patch-archive_kill_ar_page_revid.sql
blob
2e6fe45372c7bf4dbdf6ef6b4c35acb5b4fc006f
1
-- Used for killing the wrong index added during SVN for 1.17
2
-- Won't affect most people, but it doesn't need to exist
3
ALTER TABLE /*$wgDBprefix*/archive
4
DROP INDEX ar_page_revid;