Browse Source
Merge pull request #1670 from doccano/fix/1669
Fix a migration
pull/1674/head
Hiroki Nakayama
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
backend/api/migrations/0033_auto_20220127_0654.py
|
|
@ -34,7 +34,7 @@ class Migration(migrations.Migration): |
|
|
|
), |
|
|
|
migrations.AlterModelTable( |
|
|
|
name='SpanType', |
|
|
|
table='label_types_spanType' |
|
|
|
table='label_types_spantype' |
|
|
|
) |
|
|
|
] |
|
|
|
) |
|
|
|