fix: migration 0058 checkconstraint + all sprint 20-23 deployed
This commit is contained in:
@@ -27,10 +27,7 @@ def upgrade() -> None:
|
||||
op.create_check_constraint(
|
||||
"ck_tenant_resolution_strategy",
|
||||
"tenants",
|
||||
sa.schema.CheckConstraint(
|
||||
"resolution_strategy IN ('highest_wins', 'deny_overrides_allow', 'direct_overrides_group', 'most_restrictive_wins')",
|
||||
name="ck_tenant_resolution_strategy",
|
||||
),
|
||||
"resolution_strategy IN ('highest_wins', 'deny_overrides_allow', 'direct_overrides_group', 'most_restrictive_wins')",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user