From 2c3f1b3f7daf77d641bf8e6c8eb9802c8413cc4f Mon Sep 17 00:00:00 2001 From: Leandro Roberto Date: Wed, 10 Oct 2018 08:11:58 -0300 Subject: [PATCH] HOT-FIX: error travis --- sapl/protocoloadm/migrations/0009_merge.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sapl/protocoloadm/migrations/0009_merge.py diff --git a/sapl/protocoloadm/migrations/0009_merge.py b/sapl/protocoloadm/migrations/0009_merge.py new file mode 100644 index 000000000..b59fca714 --- /dev/null +++ b/sapl/protocoloadm/migrations/0009_merge.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.9.13 on 2018-10-10 11:10 +from __future__ import unicode_literals + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('protocoloadm', '0008_acompanhamentodocumento'), + ('protocoloadm', '0008_auto_20181009_1741'), + ] + + operations = [ + ]