Skip to content

Commit

Permalink
Fix for AvatarURL database type (#18487)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaster authored Feb 1, 2022
1 parent f87d5ea commit 80048c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/user/external_login_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 80048c0

Please sign in to comment.