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
434 B
18 lines
434 B
# Generated by Django 2.2.28 on 2024-08-12 19:28
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('base', '0059_remove_appconfig_sapl_as_sapn'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='casalegislativa',
|
|
name='cep',
|
|
field=models.CharField(blank=True, max_length=100, verbose_name='CEP'),
|
|
),
|
|
]
|
|
|