Skip to content

Commit 06d934d

Browse files
committed
chore(migration): merge migrations for api apps
1 parent 1f7cfbb commit 06d934d

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 4.2.26 on 2026-01-23 08:06
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('api', '0227_alter_eventseveritylevelhistory_options'),
10+
('api', '0227_alter_export_export_type'),
11+
]
12+
13+
operations = [
14+
]

assets

0 commit comments

Comments
 (0)