Index: trunk/phase3/maintenance/archives/patch-user_newpass_time.sql |
— | — | @@ -1,4 +1,4 @@ |
2 | 2 | -- Timestamp of the last time when a new password was |
3 | 3 | -- 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; |
5 | 5 | |