From 1b11dc68d0c98eb72cdd0f60728fbb3f3397911d Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 24 Oct 2006 11:00:24 +0000 Subject: [PATCH] Use db prefix! --- maintenance/archives/patch-user_newpass_time.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/archives/patch-user_newpass_time.sql b/maintenance/archives/patch-user_newpass_time.sql index befbf0ef5a..47b332baaf 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 user ADD user_newpass_time char(14) binary; +ALTER TABLE /*$wgDBprefix*/user ADD user_newpass_time char(14) binary; -- 2.20.1