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-user-index.sql
blob
997b4a97632205e9e41762d25e3ad47eed344592
1
-- Adds a user,timestamp index to the archive table
2
-- Used for browsing deleted contributions and renames
3
ALTER TABLE /*$wgDBprefix*/archive
4
ADD INDEX usertext_timestamp ( ar_user_text , ar_timestamp );