From a58285fd06c8113c45377c655dd43cef6337e815 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 11 Jan 2007 19:06:07 +0000 Subject: Aktualisierung auf MediaWiki 1.9.0 --- maintenance/archives/patch-user_newpass_time.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 maintenance/archives/patch-user_newpass_time.sql (limited to 'maintenance/archives/patch-user_newpass_time.sql') diff --git a/maintenance/archives/patch-user_newpass_time.sql b/maintenance/archives/patch-user_newpass_time.sql new file mode 100644 index 00000000..47b332ba --- /dev/null +++ b/maintenance/archives/patch-user_newpass_time.sql @@ -0,0 +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; + -- cgit v1.2.2