perf: 优化表结构迁移

pull/5683/head
ibuler 2021-03-04 10:33:35 +08:00 committed by Jiangjie.Bai
parent 09bdff4a67
commit d7e7c62c7a
1 changed files with 0 additions and 5 deletions

View File

@ -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: