perf: 修改迁移

pull/8605/head
ibuler 2022-04-28 12:50:41 +08:00
parent ba0a017aa4
commit e3f2878b0f
1 changed files with 4 additions and 4 deletions

View File

@ -197,9 +197,9 @@ class Migration(migrations.Migration):
] ]
operations = [ operations = [
# migrations.RunPython(create_app_platform), migrations.RunPython(create_app_platform),
# migrations.RunPython(migrate_database_to_asset), migrations.RunPython(migrate_database_to_asset),
# migrations.RunPython(migrate_remote_app_to_asset), migrations.RunPython(migrate_remote_app_to_asset),
# migrations.RunPython(migrate_cloud_to_asset), migrations.RunPython(migrate_cloud_to_asset),
migrations.RunPython(migrate_to_nodes) migrations.RunPython(migrate_to_nodes)
] ]