mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-20 16:58:31 +02:00
fix update avatar
This commit is contained in:
parent
f9859a2991
commit
506c98df5b
@ -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…
x
Reference in New Issue
Block a user