We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4362d9c commit f274af1Copy full SHA for f274af1
…ilities/migrations/0104_detectionrule.py …ilities/migrations/0106_detectionrule.pyvulnerabilities/migrations/0104_detectionrule.py renamed to vulnerabilities/migrations/0106_detectionrule.py
@@ -1,4 +1,4 @@
1
-# Generated by Django 4.2.25 on 2025-12-04 00:14
+# Generated by Django 4.2.25 on 2025-12-16 13:02
2
3
from django.db import migrations, models
4
import django.db.models.deletion
@@ -7,7 +7,7 @@
7
class Migration(migrations.Migration):
8
9
dependencies = [
10
- ("vulnerabilities", "0103_codecommit_impactedpackage_affecting_commits_and_more"),
+ ("vulnerabilities", "0105_packagecommitpatch_patch_and_more"),
11
]
12
13
operations = [
0 commit comments