Browse Source

Add a merge migration

pull/837/head
Hironsan 4 years ago
parent
commit
d4ecaa543f
1 changed files with 14 additions and 0 deletions
  1. 14
      app/api/migrations/0003_merge_20200612_0205.py

14
app/api/migrations/0003_merge_20200612_0205.py

@ -0,0 +1,14 @@
# Generated by Django 2.1.7 on 2020-06-12 02:05
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('api', '0002_speech2text'),
('api', '0002_project_single_class_classification'),
]
operations = [
]
Loading…
Cancel
Save