[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/maintenance/archives/ -> patch-user-realname.sql (source)

   1  -- Add a 'real name' field where users can specify the name they want
   2  -- used for author attribution or other places that real names matter.
   3  
   4  ALTER TABLE user
   5          ADD (user_real_name varchar(255) binary NOT NULL default '');


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