fix update avatar

This commit is contained in:
Lunny Xiao 2017-05-14 13:39:53 +08:00
parent f9859a2991
commit 506c98df5b
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -34,6 +34,7 @@ func useNewNameAvatars(x *xorm.Engine) error {
}
type User struct {
ID int64 `xorm:"pk autoincr"`
Avatar string
UseCustomAvatar bool
}