Browse Source

perf: 优化迁移

pull/9705/head
ibuler 2 years ago
parent
commit
37524106bf
  1. 1
      apps/perms/migrations/0029_auto_20220728_1728.py

1
apps/perms/migrations/0029_auto_20220728_1728.py

@ -15,6 +15,7 @@ def migrate_app_perms_to_assets(apps, schema_editor):
attrs = [
'id', 'name', 'actions', 'is_active', 'date_start',
'date_expired', 'created_by', 'from_ticket', 'comment',
'org_id',
]
asset_permissions = []

Loading…
Cancel
Save