mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Fix for AvatarURL database type (#18487)
This commit is contained in:
parent
f87d5ea9ee
commit
80048c091a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ type ExternalLoginUser struct {
|
|||
LastName string
|
||||
NickName string
|
||||
Description string
|
||||
AvatarURL string
|
||||
AvatarURL string `xorm:"TEXT"`
|
||||
Location string
|
||||
AccessToken string `xorm:"TEXT"`
|
||||
AccessTokenSecret string `xorm:"TEXT"`
|
||||
|
|
Loading…
Reference in a new issue