fix(migrations): Fix migration dependency order (#7051)

This commit is contained in:
Víctor Fernández Poyatos
2025-02-26 17:26:21 +01:00
committed by GitHub
parent 53efb1c153
commit 258f05e6f4
@@ -5,7 +5,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("api", "0011_findings_performance_indexes_parent"),
("api", "0012_scan_report_output"),
]
operations = [