This commit is contained in:
Unknwon 2014-11-17 14:53:41 -05:00
parent d1a60e3643
commit 32dcaefafa
16 changed files with 100 additions and 21 deletions

View file

@ -67,6 +67,7 @@ type User struct {
Website string
IsActive bool
IsAdmin bool
AllowGitHook bool
Rands string `xorm:"VARCHAR(10)"`
Salt string `xorm:"VARCHAR(10)"`
Created time.Time `xorm:"CREATED"`