Skip to content

Commit

Permalink
Fix for AvatarURL database type (go-gitea#18487)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaster authored and Stelios Malathouras committed Mar 28, 2022
1 parent 80f3ad4 commit 614c99b
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 614c99b

Please sign in to comment.