fox #620
This commit is contained in:
parent
d1a60e3643
commit
32dcaefafa
16 changed files with 100 additions and 21 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue