From 35637c5bc569b6b25465d502e5d930b1f8d9498a Mon Sep 17 00:00:00 2001 From: LeandroJatai Date: Thu, 9 Jun 2022 08:38:42 -0300 Subject: [PATCH] HOT-FIX: merge migrations --- sapl/sessao/migrations/0063_merge_20220609_0838.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sapl/sessao/migrations/0063_merge_20220609_0838.py diff --git a/sapl/sessao/migrations/0063_merge_20220609_0838.py b/sapl/sessao/migrations/0063_merge_20220609_0838.py new file mode 100644 index 000000000..e5d5956aa --- /dev/null +++ b/sapl/sessao/migrations/0063_merge_20220609_0838.py @@ -0,0 +1,14 @@ +# Generated by Django 2.2.28 on 2022-06-09 11:38 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('sessao', '0060_auto_20220321_0934'), + ('sessao', '0062_auto_20220405_1307'), + ] + + operations = [ + ]