summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-user_newpass_time.sql
blob: 47b332baafe1c704209e21798b3af52723e71681 (plain)
1
2
3
4
-- Timestamp of the last time when a new password was
-- sent, for throttling purposes
ALTER TABLE /*$wgDBprefix*/user ADD user_newpass_time char(14) binary;