mirror of https://github.com/interlegis/sigi.git
Sesostris Vieira
2 years ago
3 changed files with 25 additions and 1 deletions
@ -0,0 +1,18 @@ |
|||||
|
# Generated by Django 4.1.4 on 2022-12-08 18:46 |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
("casas", "0026_carga_telefone_geral"), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AlterField( |
||||
|
model_name="orgao", |
||||
|
name="email", |
||||
|
field=models.EmailField(blank=True, max_length=128, verbose_name="email"), |
||||
|
), |
||||
|
] |
Loading…
Reference in new issue