wiki.techinc.nl/maintenance/archives/patch-logging-times-index.sql
umherirrender e256c69f9a Remove a bunch of trailing spaces and unneeded newlines
Change-Id: If9fb04f64389b9b40c13f3372ad4792c2e14def0
2012-10-20 13:35:38 +02:00

9 lines
159 B
SQL

--
-- patch-logging-times-index.sql
--
-- Add a very humble index on logging times
--
ALTER TABLE /*$wgDBprefix*/logging
ADD INDEX times (log_timestamp);