fix update avatar

pull/1724/head
Lunny Xiao 7 years ago
parent f9859a2991
commit 506c98df5b
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
  1. 1
      models/migrations/v20.go

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

Loading…
Cancel
Save