From d7e7c62c7a8eebab2270cb94810cefb521cd9510 Mon Sep 17 00:00:00 2001 From: ibuler Date: Thu, 4 Mar 2021 10:33:35 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E8=A1=A8=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/orgs/migrations/0010_auto_20210219_1241.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/orgs/migrations/0010_auto_20210219_1241.py b/apps/orgs/migrations/0010_auto_20210219_1241.py index 14a9b2ba0..73d4b8173 100644 --- a/apps/orgs/migrations/0010_auto_20210219_1241.py +++ b/apps/orgs/migrations/0010_auto_20210219_1241.py @@ -29,11 +29,6 @@ def migrate_default_org_id(apps, schema_editor): ('terminal', ['Session', 'Command']), ('tickets', ['Ticket']), ('users', ['UserGroup']), - ('xpack', [ - 'Account', 'SyncInstanceDetail', 'SyncInstanceTask', 'SyncInstanceTaskExecution', - 'ChangeAuthPlan', 'ChangeAuthPlanExecution', 'ChangeAuthPlanTask', - 'GatherUserTask', 'GatherUserTaskExecution', - ]), ] print("") for app, models_name in org_app_models: