Skip to content

Commit ab084af

Browse files
committed
Update OSV migration file
Signed-off-by: ziad hany <[email protected]>
1 parent 4c46a98 commit ab084af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vulnerabilities/migrations/0106_alter_advisoryseverity_scoring_elements.py renamed to vulnerabilities/migrations/0107_alter_advisoryseverity_scoring_elements.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Generated by Django 4.2.25 on 2025-12-23 17:38
1+
# Generated by Django 4.2.25 on 2025-12-24 07:04
22

33
from django.db import migrations, models
44

55

66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
("vulnerabilities", "0105_packagecommitpatch_patch_and_more"),
9+
("vulnerabilities", "0106_alter_advisoryreference_url_and_more"),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)