mirror of
https://codeberg.org/forgejo-aneksajo/forgejo-aneksajo.git
synced 2025-04-24 07:06:44 +02:00
Merge pull request #1724 from lunny/lunny/fix_avatar_update
fix update avatar
This commit is contained in:
commit
2854c8aa47
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ func useNewNameAvatars(x *xorm.Engine) error {
|
|||
}
|
||||
|
||||
type User struct {
|
||||
ID int64 `xorm:"pk autoincr"`
|
||||
Avatar string
|
||||
UseCustomAvatar bool
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue