Skip to content

Commit

Permalink
Merging migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Nov 4, 2023
1 parent 7a80aac commit 9526e51
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 3.2.20 on 2023-11-04 16:53

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('api_v2', '0013_creature_type'),
('api_v2', '0017_auto_20231006_1953'),
]

operations = [
]

0 comments on commit 9526e51

Please sign in to comment.