mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-29 08:17:17 +00:00
perf: 修改迁移
This commit is contained in:
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
Block a user