From: Aaron Schulz Date: Wed, 27 Jun 2007 20:53:47 +0000 (+0000) Subject: *goddamnit X-Git-Tag: 1.31.0-rc.0~52365 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=2b528b849d4d01189dd9327cc5fa86479fae3aef;p=lhc%2Fweb%2Fwiklou.git *goddamnit --- diff --git a/maintenance/archives/patch-archive-user-index.sql b/maintenance/archives/patch-archive-user-index.sql index 2c2e9e4b85..82d98b962a 100644 --- a/maintenance/archives/patch-archive-user-index.sql +++ b/maintenance/archives/patch-archive-user-index.sql @@ -1,4 +1,4 @@ -- 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 ) + ADD INDEX usertext_timestamp ( ar_user_text , ar_timestamp );