We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91417e9 commit bc299b8Copy full SHA for bc299b8
models/migrations/v20.go
@@ -34,6 +34,7 @@ func useNewNameAvatars(x *xorm.Engine) error {
34
}
35
36
type User struct {
37
+ ID int64 `xorm:"pk autoincr"`
38
Avatar string
39
UseCustomAvatar bool
40
0 commit comments