Addendum to r59925, fix remaining straggling files that set rc_time to int
[lhc/web/wiklou.git] / maintenance / archives / patch-user_registration.sql
1 --
2 -- New user field for tracking registration time
3 -- 2005-12-21
4 --
5
6 ALTER TABLE /*$wgDBprefix*/user
7 -- Timestamp of account registration.
8 -- Accounts predating this schema addition may contain NULL.
9 ADD user_registration binary(14);