[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/maintenance/archives/ -> patch-user_registration.sql (source)

   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);


Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1