Add image.img_user, image.img_timestamp index
[lhc/web/wiklou.git] / maintenance / archives / patch-user_newpass_time.sql
index befbf0e..c323f23 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 binary(14);