summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-user_newpass_time.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/archives/patch-user_newpass_time.sql')
-rw-r--r--maintenance/archives/patch-user_newpass_time.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/archives/patch-user_newpass_time.sql b/maintenance/archives/patch-user_newpass_time.sql
index 47b332ba..c323f238 100644
--- a/maintenance/archives/patch-user_newpass_time.sql
+++ b/maintenance/archives/patch-user_newpass_time.sql
@@ -1,4 +1,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;
+ALTER TABLE /*$wgDBprefix*/user ADD user_newpass_time binary(14);