mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
437 B
18 lines
437 B
# Generated by Django 2.2.20 on 2022-07-28 23:29
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('parlamentares', '0038_sessao_legislativa_redundante'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='legislatura',
|
|
name='observacao',
|
|
field=models.TextField(blank=True, verbose_name='Observação'),
|
|
),
|
|
]
|
|
|