wiki.techinc.nl/maintenance/archives/patch-user_newpass_time.sql

4 lines
154 B
SQL

-- Timestamp of the last time when a new password was
-- sent, for throttling purposes
ALTER TABLE /*$wgDBprefix*/user ADD user_newpass_time binary(14);