From 73789ea734d311a1f37a069b68ee55502c713e91 Mon Sep 17 00:00:00 2001 From: Basraah Date: Tue, 9 Oct 2018 02:15:01 +0000 Subject: [PATCH] Prevent multiple migration leaf nodes --- .../groupmanagement/migrations/0010_authgroup_states.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allianceauth/groupmanagement/migrations/0010_authgroup_states.py b/allianceauth/groupmanagement/migrations/0010_authgroup_states.py index 036e6a2d..e44935cb 100644 --- a/allianceauth/groupmanagement/migrations/0010_authgroup_states.py +++ b/allianceauth/groupmanagement/migrations/0010_authgroup_states.py @@ -7,7 +7,7 @@ class Migration(migrations.Migration): dependencies = [ ('authentication', '0016_ownershiprecord'), - ('groupmanagement', '0008_remove_authgroup_permissions'), + ('groupmanagement', '0009_requestlog'), ] operations = [