From 7ba575960e7295655539991bbde2d8bda8aba996 Mon Sep 17 00:00:00 2001 From: Cesar Carvalho Date: Thu, 3 Oct 2019 08:56:00 -0300 Subject: [PATCH] HOT-FIX: Fix migrations na 3.1.x --- .../migrations/0059_merge_20191003_0854.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sapl/materia/migrations/0059_merge_20191003_0854.py diff --git a/sapl/materia/migrations/0059_merge_20191003_0854.py b/sapl/materia/migrations/0059_merge_20191003_0854.py new file mode 100644 index 000000000..efe0351ac --- /dev/null +++ b/sapl/materia/migrations/0059_merge_20191003_0854.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.20 on 2019-10-03 11:54 +from __future__ import unicode_literals + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('materia', '0058_auto_20191001_1450'), + ('materia', '0058_auto_20191001_1115'), + ] + + operations = [ + ]