mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
feat(migrations): add missing remove index operation (#9280)
This commit is contained in:
committed by
GitHub
parent
dc7d2d5aeb
commit
ced122ac0d
@@ -22,4 +22,8 @@ class Migration(migrations.Migration):
|
||||
model_name="compliancerequirementoverview",
|
||||
name="cro_scan_comp_req_idx",
|
||||
),
|
||||
RemoveIndexConcurrently(
|
||||
model_name="compliancerequirementoverview",
|
||||
name="cro_scan_comp_req_reg_idx",
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user