summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-logging-times-index.sql
blob: 5f24f5c3924961a5a729ae7aa91ea2e006c94c71 (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);