Skip to content

Commit 3f0049a

Browse files
committed
fix: missing migration
1 parent ec968f1 commit 3f0049a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Generated by Django 5.2.1 on 2025-06-15 13:52
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
("core", "0063_observation_origin_source_file_link"),
10+
("core", "0073_delete_exploit_and_more"),
11+
]
12+
13+
operations = []

0 commit comments

Comments
 (0)