Skip to content

Commit 2d52581

Browse files
committed
fix: migrations were broken
1 parent e9467cf commit 2d52581

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Generated by Django 5.1.7 on 2025-03-31 17:56
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
("core", "0062_alter_branch_osv_linux_distribution_and_more"),
10+
("core", "0070_merge_20250328_1143"),
11+
]
12+
13+
operations = []

0 commit comments

Comments
 (0)