Index: trunk/phase3/maintenance/archives/patch-archive-user-index.sql |
— | — | @@ -1,4 +1,4 @@ |
2 | 2 | -- Adds a user,timestamp index to the archive table
|
3 | 3 | -- Used for browsing deleted contributions and renames
|
4 | 4 | ALTER TABLE /*$wgDBprefix*/archive
|
5 | | - ADD INDEX usertext_timestamp ( ar_user_text , ar_timestamp )
|
| 5 | + ADD INDEX usertext_timestamp ( ar_user_text , ar_timestamp );
|