Skip to content

Commit

Permalink
backport commit(3d8ecb4) to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Sep 24, 2023
1 parent 55d0664 commit 7a7892a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/models/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ type User struct {
ShortDateFormat ShortDateFormat `xorm:"TINYINT"`
LongTimeFormat LongTimeFormat `xorm:"TINYINT"`
ShortTimeFormat ShortTimeFormat `xorm:"TINYINT"`
Disabled bool `xorm:"NOT NULL"`
Deleted bool `xorm:"NOT NULL"`
EmailVerified bool `xorm:"NOT NULL"`
Disabled bool
Deleted bool `xorm:"NOT NULL"`
EmailVerified bool `xorm:"NOT NULL"`
CreatedUnixTime int64
UpdatedUnixTime int64
DeletedUnixTime int64
Expand Down

0 comments on commit 7a7892a

Please sign in to comment.