Move content language details to HTML comments; doesn't need to be immediately there...
[mediawiki.git] / maintenance / archives / patch-user_newpass_time.sql
blob47b332baafe1c704209e21798b3af52723e71681
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 char(14) binary;