mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 21:11:53 +00:00
fix(migrations): add missing operations (#66)
* fix(migrations): add missing operations * fix(migrations): remove redundant base_manager_name
This commit is contained in:
committed by
GitHub
parent
26050bad5b
commit
b1547a6d28
@@ -620,6 +620,12 @@ class ResourceFindingMapping(PostgresPartitionedModel, RowLevelSecurityProtected
|
||||
name="rls_on_%(class)s",
|
||||
statements=["SELECT", "INSERT", "UPDATE", "DELETE"],
|
||||
),
|
||||
RowLevelSecurityConstraint(
|
||||
"tenant_id",
|
||||
name=f"rls_on_{db_table}_default",
|
||||
partition_name="default",
|
||||
statements=["SELECT", "INSERT", "UPDATE", "DELETE"],
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user