repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge "Improve sorting on SpecialWanted*-Pages"
[mediawiki.git]
/
maintenance
/
archives
/
patch-user-realname.sql
blob
de7cee75b94282e1298d5e2fa7d5d173b95727c5
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 '');