Skip to content

Commit 70e7fa9

Browse files
committed
merged migrations, fixed build process
1 parent 72195bd commit 70e7fa9

File tree

1 file changed

+15
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)