From 840e5e8863d70b9e41c7f71b50bd36dd6016897a Mon Sep 17 00:00:00 2001 From: xinwen Date: Fri, 5 Mar 2021 15:14:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20default=20=E7=BB=84?= =?UTF-8?q?=E7=BB=87=E8=BF=81=E7=A7=BB=E8=84=9A=E6=9C=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/orgs/migrations/0010_auto_20210219_1241.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/orgs/migrations/0010_auto_20210219_1241.py b/apps/orgs/migrations/0010_auto_20210219_1241.py index 73d4b8173..38c79f552 100644 --- a/apps/orgs/migrations/0010_auto_20210219_1241.py +++ b/apps/orgs/migrations/0010_auto_20210219_1241.py @@ -66,6 +66,7 @@ class Migration(migrations.Migration): dependencies = [ ('orgs', '0009_auto_20201023_1628'), + ('perms', '0018_auto_20210208_1515'), ] operations = [