From e566230bd4e1929aeb3eac688501fabae0b982db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Rodrigues?= Date: Tue, 17 Dec 2019 15:51:04 -0300 Subject: [PATCH] HOT-FIX: migrations --- .../migrations/0065_merge_20191217_1538.py | 16 ++++++++++++++++ .../norma/migrations/0031_merge_20191217_1538.py | 16 ++++++++++++++++ .../migrations/0029_merge_20191217_1538.py | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 sapl/materia/migrations/0065_merge_20191217_1538.py create mode 100644 sapl/norma/migrations/0031_merge_20191217_1538.py create mode 100644 sapl/protocoloadm/migrations/0029_merge_20191217_1538.py diff --git a/sapl/materia/migrations/0065_merge_20191217_1538.py b/sapl/materia/migrations/0065_merge_20191217_1538.py new file mode 100644 index 000000000..a8be7ccb6 --- /dev/null +++ b/sapl/materia/migrations/0065_merge_20191217_1538.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.20 on 2019-12-17 18:38 +from __future__ import unicode_literals + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('materia', '0064_remove_tramitacao_turno'), + ('materia', '0061_merge_20191009_1814'), + ] + + operations = [ + ] diff --git a/sapl/norma/migrations/0031_merge_20191217_1538.py b/sapl/norma/migrations/0031_merge_20191217_1538.py new file mode 100644 index 000000000..34ab03bb0 --- /dev/null +++ b/sapl/norma/migrations/0031_merge_20191217_1538.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.20 on 2019-12-17 18:38 +from __future__ import unicode_literals + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('norma', '0030_merge_20191204_1129'), + ('norma', '0028_merge_20191009_1814'), + ] + + operations = [ + ] diff --git a/sapl/protocoloadm/migrations/0029_merge_20191217_1538.py b/sapl/protocoloadm/migrations/0029_merge_20191217_1538.py new file mode 100644 index 000000000..45e1c2c68 --- /dev/null +++ b/sapl/protocoloadm/migrations/0029_merge_20191217_1538.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.20 on 2019-12-17 18:38 +from __future__ import unicode_literals + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('protocoloadm', '0028_merge_20191009_1814'), + ('protocoloadm', '0026_auto_20191120_1440'), + ] + + operations = [ + ]