Browse Source

Merge pull request #1670 from doccano/fix/1669

Fix a migration
pull/1674/head
Hiroki Nakayama 2 years ago
committed by GitHub
parent
commit
0e3579a667
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      backend/api/migrations/0033_auto_20220127_0654.py

2
backend/api/migrations/0033_auto_20220127_0654.py

@ -34,7 +34,7 @@ class Migration(migrations.Migration):
), ),
migrations.AlterModelTable( migrations.AlterModelTable(
name='SpanType', name='SpanType',
table='label_types_spanType'
table='label_types_spantype'
) )
] ]
) )

Loading…
Cancel
Save