From 4b073c3161d440231a53dd498ef24f1a66ec7864 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Tue, 26 Oct 2021 19:33:43 +1000 Subject: [PATCH] Migration Merge for !1338 !1352 --- .../migrations/0019_merge_20211026_0919.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 allianceauth/authentication/migrations/0019_merge_20211026_0919.py diff --git a/allianceauth/authentication/migrations/0019_merge_20211026_0919.py b/allianceauth/authentication/migrations/0019_merge_20211026_0919.py new file mode 100644 index 00000000..600d109a --- /dev/null +++ b/allianceauth/authentication/migrations/0019_merge_20211026_0919.py @@ -0,0 +1,14 @@ +# Generated by Django 3.2.8 on 2021-10-26 09:19 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('authentication', '0018_alter_state_name_length'), + ('authentication', '0018_state_member_factions'), + ] + + operations = [ + ]