(bug 11451) Fix error in 1.2 -> 1.3 upgrade script, causing failure of upgrades from...
[mediawiki.git] / maintenance / archives / patch-logging-times-index.sql
blobe66ceec4496f41018834c5e0375820e05216dde1
1 -- 
2 -- patch-logging-times-index.sql
3 -- 
4 -- Add a very humble index on logging times
5 -- 
7 ALTER TABLE /*$wgDBprefix*/logging
8    ADD INDEX times (log_timestamp);