Skip to content

Commit 80048c0

Browse files
authored
Fix for AvatarURL database type (#18487)
1 parent f87d5ea commit 80048c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/user/external_login_user.go

+1-1
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)