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 11:30:52 +08:00
committed by GitHub
co-authored by Viktor Kuzmin
parent 73b68015de
commit db134c5d71
+1 -1
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"`