Skip to content

Commit bd7a205

Browse files
fix: IO-389 Add new migration to merge conflicting migrations (0097)
1 parent 2874bc5 commit bd7a205

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 4.2.26 on 2026-04-15 11:17
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('infraohjelmointi_api', '0097_auto_20260326_1011'),
10+
('infraohjelmointi_api', '0097_project_phases_and_suspension'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)