Skip to content

Commit e320823

Browse files
authored
Fixed migrations merge conflict (open5e#665)
1 parent 1947887 commit e320823

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 5.1.2 on 2025-04-07 19:10
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('api_v2', '0027_alter_creatureaction_parent_and_more'),
10+
('api_v2', '0028_alter_classfeature_parent'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)