Merge "Change index on rc_namespace, rc_title to rc_namespace, rc_title, rc_timestamp"
[lhc/web/wiklou.git] / maintenance / archives / patch-user_newpass_time.sql
1 -- Timestamp of the last time when a new password was
2 -- sent, for throttling purposes
3 ALTER TABLE /*$wgDBprefix*/user ADD user_newpass_time binary(14);
4