diff --git a/sapl/sessao/migrations/0013_merge.py b/sapl/sessao/migrations/0013_merge.py new file mode 100644 index 000000000..e7d2d8deb --- /dev/null +++ b/sapl/sessao/migrations/0013_merge.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.9.13 on 2017-08-15 13:42 +from __future__ import unicode_literals + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('sessao', '0012_auto_20170814_1615'), + ('sessao', '0012_auto_20170815_1244'), + ] + + operations = [ + ]