Browse Source

Merge branch 'master' into enhancement/separateProject

pull/1671/head
Hironsan 2 years ago
parent
commit
e49e0dff60
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