mirror of https://github.com/interlegis/sapl.git
3 changed files with 7 additions and 38 deletions
@ -1,20 +0,0 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
# Generated by Django 1.11.20 on 2019-08-01 22:45 |
|
||||
from __future__ import unicode_literals |
|
||||
|
|
||||
from django.db import migrations, models |
|
||||
|
|
||||
|
|
||||
class Migration(migrations.Migration): |
|
||||
|
|
||||
dependencies = [ |
|
||||
('materia', '0051_auto_20190703_1414'), |
|
||||
] |
|
||||
|
|
||||
operations = [ |
|
||||
migrations.AddField( |
|
||||
model_name='tramitacao', |
|
||||
name='ultima_edicao', |
|
||||
field=models.DateTimeField(blank=True, null=True, verbose_name='Data e Hora da Edição'), |
|
||||
), |
|
||||
] |
|
||||
@ -1,16 +0,0 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
# Generated by Django 1.11.20 on 2019-08-07 20:06 |
|
||||
from __future__ import unicode_literals |
|
||||
|
|
||||
from django.db import migrations |
|
||||
|
|
||||
|
|
||||
class Migration(migrations.Migration): |
|
||||
|
|
||||
dependencies = [ |
|
||||
('materia', '0053_materialegislativa_ultima_edicao'), |
|
||||
('materia', '0054_merge_20190802_1112'), |
|
||||
] |
|
||||
|
|
||||
operations = [ |
|
||||
] |
|
||||
Loading…
Reference in new issue