Merge "Fix missingcommenttext message to be more useful in different page layouts"
[lhc/web/wiklou.git] / maintenance / archives / patch-logging-times-index.sql
index e66ceec..5f24f5c 100644 (file)
@@ -1,8 +1,8 @@
--- 
+--
 -- patch-logging-times-index.sql
--- 
+--
 -- Add a very humble index on logging times
--- 
+--
 
 ALTER TABLE /*$wgDBprefix*/logging
    ADD INDEX times (log_timestamp);