Fix for AvatarURL database type (#18487)

This commit is contained in:
Viktor Kuzmin 2022-02-01 08:40:23 +03:00 committed by GitHub
parent f87d5ea9ee
commit 80048c091a
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"`