summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-user_newpass_time.sql
blob: c323f238df3da53eea06597910a060c21bb40d05 (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 binary(14);