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
Fix for r47482: put the RELEASE-NOTES entry in the "bug fixes" section and not the...
[mediawiki.git]
/
maintenance
/
archives
/
patch-oldimage-user-index.sql
blob
949625eb156cec832f57adaeb402e3e168be6253
1
--
2
-- oldimage-user-index.sql
3
--
4
-- Add user/timestamp index to old image versions
5
--
6
7
ALTER TABLE /*$wgDBprefix*/oldimage
8
ADD INDEX oi_usertext_timestamp (oi_user_text,oi_timestamp);