summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-logging-times-index.sql
blob: e66ceec4496f41018834c5e0375820e05216dde1 (plain)
1
2
3
4
5
6
7
8
9
-- 
-- patch-logging-times-index.sql
-- 
-- Add a very humble index on logging times
-- 

ALTER TABLE /*$wgDBprefix*/logging
   ADD INDEX times (log_timestamp);