Skip to content

Commit a3af3c2

Browse files
Maffoochclaude
andcommitted
chore(migrations): renumber CWE migrations 0283/0284 after restack
Restacked onto the renumbered vulnerability-id chain; the CWE migrations move 0279/0280 -> 0283/0284 and re-parent onto 0282_unique_finding_vulnerability_id so the branch has a single linear migration leaf again. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 86ca913 commit a3af3c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Migration(migrations.Migration):
99
migrations are never mixed with schema migrations."""
1010

1111
dependencies = [
12-
("dojo", "0278_unique_finding_vulnerability_id"),
12+
("dojo", "0282_unique_finding_vulnerability_id"),
1313
]
1414

1515
operations = [

dojo/db_migrations/0280_backfill_finding_cwe.py renamed to dojo/db_migrations/0284_backfill_finding_cwe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Migration(migrations.Migration):
2828
Finding.cwe field."""
2929

3030
dependencies = [
31-
("dojo", "0279_finding_cwe"),
31+
("dojo", "0283_finding_cwe"),
3232
]
3333

3434
operations = [

0 commit comments

Comments
 (0)