Browse Source

Merge pull request #837 from doccano/fix/migrationConflict

Add a merge migration
pull/838/head
Hiroki Nakayama 4 years ago
committed by GitHub
parent
commit
676a37137b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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