Don't load all languages just to check whether message is known.
[mediawiki.git] / maintenance / archives / patch-user_registration.sql
blob906a695400d9d5d991baa66e8a3938c1fc160462
1 --
2 -- New user field for tracking registration time
3 -- 2005-12-21
4 --
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);