Skip to content

Commit db2527e

Browse files
committed
Fix migration
Signed-off-by: Sampurna Pyne <sampurnapyne1710@gmail.com>
1 parent 13fd971 commit db2527e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 5.2.11 on 2026-07-26 00:00
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('vulnerabilities', '0138_advisoryhistorydiff'),
10+
('vulnerabilities', '0141_advisorymitigations'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)