Skip to content

Commit e70b240

Browse files
committed
chore: missing migration
1 parent a462e0f commit e70b240

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 6.0.3 on 2026-04-07 09:52
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
("core", "0083_merge_20260330"),
10+
("core", "0083_observation_core_observ_origin__2b1af9_idx"),
11+
]
12+
13+
operations = []

0 commit comments

Comments
 (0)