mirror of
https://github.com/go-gitea/gitea
synced 2024-11-15 22:54:24 +00:00
Fix the real problem
This commit is contained in:
parent
7922845e70
commit
437cca7f6f
@ -13,5 +13,5 @@ func AddConfidentialClientColumnToOAuth2ApplicationTable(x *xorm.Engine) error {
|
||||
ConfidentialClient bool `xorm:"NOT NULL DEFAULT TRUE"`
|
||||
}
|
||||
|
||||
return x.Sync(new(OAuth2Application))
|
||||
return x.Table("oauth2_application").Sync(new(OAuth2Application))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user