Selaa lähdekoodia

fix avatar update bug (#1729)

tags/v1.2.0-rc1
Lunny Xiao 7 vuotta sitten
vanhempi
commit
bc299b8317
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      models/migrations/v20.go

+ 1
- 0
models/migrations/v20.go Näytä tiedosto

@@ -34,6 +34,7 @@ func useNewNameAvatars(x *xorm.Engine) error {
}

type User struct {
ID int64 `xorm:"pk autoincr"`
Avatar string
UseCustomAvatar bool
}

Loading…
Peruuta
Tallenna