mirror of https://github.com/interlegis/sapl.git
6 changed files with 55 additions and 18 deletions
@ -0,0 +1,28 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
# Generated by Django 1.10.8 on 2018-10-23 13:51 |
||||
|
from __future__ import unicode_literals |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('audiencia', '0007_anexoaudienciapublica'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AlterModelOptions( |
||||
|
name='anexoaudienciapublica', |
||||
|
options={'verbose_name': 'Anexo de Documento Acessório', 'verbose_name_plural': 'Anexo de Documentos Acessórios'}, |
||||
|
), |
||||
|
migrations.RemoveField( |
||||
|
model_name='anexoaudienciapublica', |
||||
|
name='nome', |
||||
|
), |
||||
|
migrations.AlterField( |
||||
|
model_name='anexoaudienciapublica', |
||||
|
name='data', |
||||
|
field=models.DateField(auto_now=True, null=True), |
||||
|
), |
||||
|
] |
||||
@ -0,0 +1,19 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
# Generated by Django 1.10.8 on 2018-10-23 13:55 |
||||
|
from __future__ import unicode_literals |
||||
|
|
||||
|
from django.db import migrations |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('audiencia', '0008_auto_20181023_1051'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.RemoveField( |
||||
|
model_name='anexoaudienciapublica', |
||||
|
name='indexacao', |
||||
|
), |
||||
|
] |
||||
Loading…
Reference in new issue