Follow-up r86482: patch to add an index on user_email. Not a problem if this is...
[lhc/web/wiklou.git] / maintenance / archives / patch-user_email_index.sql
1 ALTER TABLE /*$wgDBprefix*/user ADD INDEX ( `user_email`, `user_name` );