From 37524106bfda1335c7adac45f062f98ec4d8c7d4 Mon Sep 17 00:00:00 2001 From: ibuler Date: Wed, 22 Feb 2023 21:52:37 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/perms/migrations/0029_auto_20220728_1728.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/perms/migrations/0029_auto_20220728_1728.py b/apps/perms/migrations/0029_auto_20220728_1728.py index 4e312a57a..fce1f43a4 100644 --- a/apps/perms/migrations/0029_auto_20220728_1728.py +++ b/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 = []