mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Override xorm type mapping for U2F counter (#6232)
This commit is contained in:
committed by
techknowlogick
parent
141c58f5a6
commit
19862699cd
@@ -17,7 +17,7 @@ type U2FRegistration struct {
|
||||
Name string
|
||||
UserID int64 `xorm:"INDEX"`
|
||||
Raw []byte
|
||||
Counter uint32
|
||||
Counter uint32 `xorm:"BIGINT"`
|
||||
CreatedUnix util.TimeStamp `xorm:"INDEX created"`
|
||||
UpdatedUnix util.TimeStamp `xorm:"INDEX updated"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user