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-rev_id.sql
blob
b9d789ee2344c24ab6c06427f65db89c19770893
1
-- New field in archive table to preserve revision IDs across undeletion.
2
-- Added 2005-03-10
3
4
ALTER TABLE /*$wgDBprefix*/archive
5
ADD
6
ar_rev_id int unsigned;