Skip to content

Commit bfd8412

Browse files
committed
Update migration file
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent 7f1c1f8 commit bfd8412

File tree

2 files changed

+2
-64
lines changed

2 files changed

+2
-64
lines changed

vulnerabilities/migrations/0104_advisorydetectionrule.py

Lines changed: 0 additions & 59 deletions
This file was deleted.

vulnerabilities/migrations/0105_detectionrule_delete_advisorydetectionrule.py renamed to vulnerabilities/migrations/0104_detectionrule.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 4.2.25 on 2025-12-03 02:30
1+
# Generated by Django 4.2.25 on 2025-12-04 00:14
22

33
from django.db import migrations, models
44
import django.db.models.deletion
@@ -7,7 +7,7 @@
77
class Migration(migrations.Migration):
88

99
dependencies = [
10-
("vulnerabilities", "0104_advisorydetectionrule"),
10+
("vulnerabilities", "0103_codecommit_impactedpackage_affecting_commits_and_more"),
1111
]
1212

1313
operations = [
@@ -65,7 +65,4 @@ class Migration(migrations.Migration):
6565
),
6666
],
6767
),
68-
migrations.DeleteModel(
69-
name="AdvisoryDetectionRule",
70-
),
7168
]

0 commit comments

Comments
 (0)