mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 10:48:37 +00:00
Fix the real problem
This commit is contained in:
@@ -13,5 +13,5 @@ func AddConfidentialClientColumnToOAuth2ApplicationTable(x *xorm.Engine) error {
|
|||||||
ConfidentialClient bool `xorm:"NOT NULL DEFAULT TRUE"`
|
ConfidentialClient bool `xorm:"NOT NULL DEFAULT TRUE"`
|
||||||
}
|
}
|
||||||
|
|
||||||
return x.Sync(new(OAuth2Application))
|
return x.Table("oauth2_application").Sync(new(OAuth2Application))
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user