mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-29 11:23:17 +00:00
perf: 优化迁移
This commit is contained in:
parent
3aa7d1841b
commit
37524106bf
@ -15,6 +15,7 @@ def migrate_app_perms_to_assets(apps, schema_editor):
|
|||||||
attrs = [
|
attrs = [
|
||||||
'id', 'name', 'actions', 'is_active', 'date_start',
|
'id', 'name', 'actions', 'is_active', 'date_start',
|
||||||
'date_expired', 'created_by', 'from_ticket', 'comment',
|
'date_expired', 'created_by', 'from_ticket', 'comment',
|
||||||
|
'org_id',
|
||||||
]
|
]
|
||||||
asset_permissions = []
|
asset_permissions = []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user