wiki.techinc.nl/maintenance/archives/patch-user-realname.sql
umherirrender e256c69f9a Remove a bunch of trailing spaces and unneeded newlines
Change-Id: If9fb04f64389b9b40c13f3372ad4792c2e14def0
2012-10-20 13:35:38 +02:00

5 lines
229 B
SQL

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