Fix for AvatarURL database type (#18487) (#18529)

Backport #18487

Co-authored-by: Viktor Kuzmin <kvaster@gmail.com>
This commit is contained in:
zeripath 2022-02-02 03:30:52 +00:00 committed by GitHub
parent 73b68015de
commit db134c5d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"`