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_registration.sql
blob
906a695400d9d5d991baa66e8a3938c1fc160462
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);