Merge "Use the style for htmlform.tip Vector wide."
[mediawiki.git] / maintenance / archives / patch-user-realname.sql
blob96edaa4322d5b4c384ca8fb45fad37fcb77ee1af
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.
4 ALTER TABLE user 
5         ADD (user_real_name varchar(255) binary NOT NULL default '');