Merge "Use the style for htmlform.tip Vector wide."
[mediawiki.git] / maintenance / archives / patch-archive-user-index.sql
blob62baa2ddc25341273f58180093d42ae2501d74f7
1 -- Adds a user,timestamp index to the archive table
2 -- Used for browsing deleted contributions and renames
3 ALTER TABLE /*$wgDBprefix*/archive 
4         ADD INDEX usertext_timestamp ( ar_user_text , ar_timestamp );