mirror of https://github.com/interlegis/sapl.git
1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||
|
# Generated by Django 2.2.20 on 2021-08-11 13:23 |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('sessao', '0056_ConsideracoesFinais'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AddField( |
||||
|
model_name='resumoordenacao', |
||||
|
name='decimo_quinto', |
||||
|
field=models.CharField(default='cons_finais', max_length=50), |
||||
|
), |
||||
|
] |
||||
Loading…
Reference in new issue