Newer
Older
Import / web / www.xiaofrog.com / wiki / maintenance / archives / patch-logging-times-index.sql
@John Ryland John Ryland on 22 Dec 2020 162 bytes import NUC files
-- 
-- patch-logging-times-index.sql
-- 
-- Add a very humble index on logging times
-- 

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