Skip to content

Commit 02b3402

Browse files
committed
merged migrations from staging
1 parent cf6b045 commit 02b3402

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-05-09 07:36
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('api_v2', '0039_alter_image_attribution'),
10+
('api_v2', '0040_rename_condition_immunity_display_creature_condition_immunities_display'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)