Skip to content

Commit

Permalink
Fix for AvatarURL database type (#18487) (#18529)
Browse files Browse the repository at this point in the history
Backport #18487

Co-authored-by: Viktor Kuzmin <kvaster@gmail.com>
  • Loading branch information
zeripath and kvaster authored Feb 2, 2022
1 parent 73b6801 commit db134c5
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 db134c5

Please sign in to comment.