Fix: Migration
oidc_jwks_keys table doesn't exist uix_org_provider_type constraint multiple use transaction abort/never rolled back
This commit is contained in:
@@ -213,7 +213,7 @@ class OrganizationProviderOverride(BaseModel):
|
||||
|
||||
__table_args__ = (
|
||||
db.UniqueConstraint(
|
||||
"organization_id", "provider_type", name="uix_org_provider_type"
|
||||
"organization_id", "provider_type", name="uix_org_provider_override_type"
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user