Skip to content

Commit db134c5

Browse files
zeripathkvaster
andauthored
Fix for AvatarURL database type (#18487) (#18529)
Backport #18487 Co-authored-by: Viktor Kuzmin <[email protected]>
1 parent 73b6801 commit db134c5

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)