mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-29 00:07:18 +00:00
perf: 修改迁移
This commit is contained in:
parent
ba0a017aa4
commit
e3f2878b0f
@ -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)
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user