* Added __HIDDENCAT__ feature, to hide categories from the box at the bottom of the...
[mediawiki.git] / maintenance / archives / patch-image-user-index.sql
blobdb56b221f85070bd57f978dadccfca107d7a1d5b
1 -- 
2 -- image-user-index.sql
3 -- 
4 -- Add user/timestamp index to current image versions
5 -- 
7 ALTER TABLE /*$wgDBprefix*/image
8    ADD INDEX img_usertext_timestamp (img_user_text,img_timestamp);