Remove redundant item loading code in User::createNew
[lhc/web/wiklou.git] / maintenance / archives / patch-archive-user-index.sql
index 2c2e9e4..997b4a9 100644 (file)
@@ -1,4 +1,4 @@
--- Adds a user,timestamp index to the archive table\r
--- Used for browsing deleted contributions and renames\r
-ALTER TABLE /*$wgDBprefix*/archive \r
-       ADD INDEX usertext_timestamp ( ar_user_text , ar_timestamp )\r
+-- Adds a user,timestamp index to the archive table
+-- Used for browsing deleted contributions and renames
+ALTER TABLE /*$wgDBprefix*/archive
+       ADD INDEX usertext_timestamp ( ar_user_text , ar_timestamp );