Merge pull request #1724 from lunny/lunny/fix_avatar_update

fix update avatar
pull/1737/head
Kim "BKC" Carlbäcker 8 years ago committed by GitHub
commit 2854c8aa47
  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