mirror of https://github.com/interlegis/sapl.git
Edward Ribeiro
2 years ago
2 changed files with 6 additions and 19 deletions
@ -1,18 +0,0 @@ |
|||
# Generated by Django 2.2.28 on 2022-08-15 18:15 |
|||
|
|||
from django.db import migrations, models |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('sessao', '0067_auto_20220813_2233'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AlterField( |
|||
model_name='correspondencia', |
|||
name='tipo', |
|||
field=models.PositiveIntegerField(choices=[(1, 'Recebida'), (2, 'Enviada'), (3, 'Interna')], default=1, verbose_name='Tipo da Correspondência'), |
|||
), |
|||
] |
Loading…
Reference in new issue