Skip to content

Commit 614c99b

Browse files
kvasterStelios Malathouras
authored andcommitted
Fix for AvatarURL database type (go-gitea#18487)
1 parent 80f3ad4 commit 614c99b

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)