r17235 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r17234‎ | r17235 | r17236 >
Date:11:00, 24 October 2006
Author:brion
Status:old
Tags:
Comment:
Use db prefix!
Modified paths:
  • /trunk/phase3/maintenance/archives/patch-user_newpass_time.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/archives/patch-user_newpass_time.sql
@@ -1,4 +1,4 @@
22 -- Timestamp of the last time when a new password was
33 -- sent, for throttling purposes
4 -ALTER TABLE user ADD user_newpass_time char(14) binary;
 4+ALTER TABLE /*$wgDBprefix*/user ADD user_newpass_time char(14) binary;
55