mirror of https://github.com/interlegis/sapl.git
Cesar Carvalho
5 years ago
2 changed files with 32 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.11.20 on 2019-08-02 14:12 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('materia', '0052_auto_20190712_1053'), |
|||
('materia', '0053_proposicao_ultima_edicao'), |
|||
] |
|||
|
|||
operations = [ |
|||
] |
@ -0,0 +1,16 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.11.20 on 2019-08-02 14:12 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('protocoloadm', '0022_auto_20190712_1053'), |
|||
('protocoloadm', '0022_auto_20190715_1101'), |
|||
] |
|||
|
|||
operations = [ |
|||
] |
Loading…
Reference in new issue