Skip to content

Commit 88cbba0

Browse files
kvasterzeripath
authored andcommitted
Fix for AvatarURL database type (go-gitea#18487)
Backport go-gitea#18487
1 parent 483bda4 commit 88cbba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/user/external_login_user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ type ExternalLoginUser struct {
6060
LastName string
6161
NickName string
6262
Description string
63-
AvatarURL string
63+
AvatarURL string `xorm:"TEXT"`
6464
Location string
6565
AccessToken string `xorm:"TEXT"`
6666
AccessTokenSecret string `xorm:"TEXT"`

0 commit comments

Comments
 (0)