mirror of https://github.com/jumpserver/jumpserver
perf: 修改迁移
parent
ba0a017aa4
commit
e3f2878b0f
|
@ -197,9 +197,9 @@ class Migration(migrations.Migration):
|
|||
]
|
||||
|
||||
operations = [
|
||||
# migrations.RunPython(create_app_platform),
|
||||
# migrations.RunPython(migrate_database_to_asset),
|
||||
# migrations.RunPython(migrate_remote_app_to_asset),
|
||||
# migrations.RunPython(migrate_cloud_to_asset),
|
||||
migrations.RunPython(create_app_platform),
|
||||
migrations.RunPython(migrate_database_to_asset),
|
||||
migrations.RunPython(migrate_remote_app_to_asset),
|
||||
migrations.RunPython(migrate_cloud_to_asset),
|
||||
migrations.RunPython(migrate_to_nodes)
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue