Browse Source

Add a merge migration

pull/1310/head
Hironsan 3 years ago
parent
commit
be8dd25159
1 changed files with 14 additions and 0 deletions
  1. 14
      app/api/migrations/0011_merge_0009_tag_0010_auto_20210413_0249.py

14
app/api/migrations/0011_merge_0009_tag_0010_auto_20210413_0249.py

@ -0,0 +1,14 @@
# Generated by Django 3.2 on 2021-04-20 22:33
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('api', '0009_tag'),
('api', '0010_auto_20210413_0249'),
]
operations = [
]
Loading…
Cancel
Save