Browse Source

Fix a migration, resolve #1669

pull/1670/head
Hironsan 2 years ago
parent
commit
6996bc2749
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(
name='SpanType',
table='label_types_spanType'
table='label_types_spantype'
)
]
)

Loading…
Cancel
Save