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

Backport #18487

Co-authored-by: Viktor Kuzmin <kvaster@gmail.com>
pull/18530/head^2
zeripath 3 years ago committed by GitHub
parent 73b68015de
commit db134c5d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save