diff --git a/sigi/apps/casas/migrations/0012_auto_20210406_1420.py b/sigi/apps/casas/migrations/0012_auto_20210406_1420.py new file mode 100644 index 0000000..1e237c2 --- /dev/null +++ b/sigi/apps/casas/migrations/0012_auto_20210406_1420.py @@ -0,0 +1,18 @@ +# -*- coding: utf-8 -*- +from __future__ import unicode_literals + +from django.db import models, migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('casas', '0011_auto_20210406_1135'), + ] + + operations = [ + migrations.AlterModelOptions( + name='tipoorgao', + options={}, + ), + ]