Follow-up r86485: SQL error in patch, and also add the index to tables.sql.
[lhc/web/wiklou.git] / maintenance / archives / patch-user_email_index.sql
1 ALTER TABLE /*$wgDBprefix*/user ADD INDEX ( `user_email`(50), `user_name` );