From: Brion Vibber Date: Tue, 24 Oct 2006 11:00:24 +0000 (+0000) Subject: Use db prefix! X-Git-Tag: 1.31.0-rc.0~55388 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=1b11dc68d0c98eb72cdd0f60728fbb3f3397911d;p=lhc%2Fweb%2Fwiklou.git Use db prefix! --- 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;