Skip to content

Commit

Permalink
fix(migrations): Fix migration dependency order (#7051)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicferpoy authored and cesararroba committed Mar 3, 2025
1 parent 6235a1b commit a65d858
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Migration(migrations.Migration):
dependencies = [
("api", "0011_findings_performance_indexes_parent"),
("api", "0012_scan_report_output"),
]

operations = [
Expand Down

0 comments on commit a65d858

Please sign in to comment.