fix avatar update bug (#1729)
parent
91417e9715
commit
bc299b8317
|
@ -34,6 +34,7 @@ func useNewNameAvatars(x *xorm.Engine) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
type User struct {
|
type User struct {
|
||||||
|
ID int64 `xorm:"pk autoincr"`
|
||||||
Avatar string
|
Avatar string
|
||||||
UseCustomAvatar bool
|
UseCustomAvatar bool
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue