diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-01 08:26:41 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-01 08:26:41 -0400 |
commit | 89c99167b2916a36ef112125662e014ca5b9da26 (patch) | |
tree | 5568a33c5e04677c584e7958b20e1e9b2c04e799 /models/user.go | |
parent | d0ea4c7b686a200af3eca3847909b515c40539ee (diff) | |
download | gitea-89c99167b2916a36ef112125662e014ca5b9da26.tar.gz gitea-89c99167b2916a36ef112125662e014ca5b9da26.zip |
Fix #149
Diffstat (limited to 'models/user.go')
-rw-r--r-- | models/user.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/user.go b/models/user.go index 6751d11d49..42b3ebe6ae 100644 --- a/models/user.go +++ b/models/user.go @@ -46,6 +46,7 @@ type User struct { Id int64 LowerName string `xorm:"unique not null"` Name string `xorm:"unique not null"` + FullName string Email string `xorm:"unique not null"` Passwd string `xorm:"not null"` LoginType int |