(bug 16645) Making the pl_namespace, tl_namespace and il_to indices UNIQUE, just...
[lhc/web/wiklou.git] / maintenance / archives / patch-logging-times-index.sql
1 --
2 -- patch-logging-times-index.sql
3 --
4 -- Add a very humble index on logging times
5 --
6
7 ALTER TABLE /*$wgDBprefix*/logging
8 ADD INDEX times (log_timestamp);
9