You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
647 B

# Generated by Django 3.2.11 on 2022-01-20 04:17
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('api', '0029_auto_20220119_2333'),
]
operations = [
migrations.SeparateDatabaseAndState(
state_operations=[
migrations.DeleteModel(
name='AutoLabelingConfig',
),
],
database_operations=[
migrations.AlterModelTable(
name='AutoLabelingConfig',
table='auto_labeling_autolabelingconfig'
)
]
)
]