From 6996bc27493d5ee00badcf0e987bd018cc8a1fa5 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Fri, 4 Feb 2022 07:24:53 +0900 Subject: [PATCH] Fix a migration, resolve #1669 --- backend/api/migrations/0033_auto_20220127_0654.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/migrations/0033_auto_20220127_0654.py b/backend/api/migrations/0033_auto_20220127_0654.py index e6da429e..fd2cb1f5 100644 --- a/backend/api/migrations/0033_auto_20220127_0654.py +++ b/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' ) ] )