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
Deprecate WebRequest::escapeAppendQuery()
[mediawiki.git]
/
maintenance
/
archives
/
patch-archive-user-index.sql
blob
62baa2ddc25341273f58180093d42ae2501d74f7
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 );