From e3f2878b0f48ac8fee64b37734132234ceab097c Mon Sep 17 00:00:00 2001 From: ibuler Date: Thu, 28 Apr 2022 12:50:41 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/assets/migrations/0099_auto_20220426_1558.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/assets/migrations/0099_auto_20220426_1558.py b/apps/assets/migrations/0099_auto_20220426_1558.py index 2a7c34e3b..d073bfaa6 100644 --- a/apps/assets/migrations/0099_auto_20220426_1558.py +++ b/apps/assets/migrations/0099_auto_20220426_1558.py @@ -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) ]