Use db prefix!
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 24 Oct 2006 11:00:24 +0000 (11:00 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 24 Oct 2006 11:00:24 +0000 (11:00 +0000)
maintenance/archives/patch-user_newpass_time.sql

index befbf0e..47b332b 100644 (file)
@@ -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;