mirror of https://github.com/interlegis/sapl.git
Rogério Frá
8 years ago
committed by
Edward
1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.9.7 on 2017-03-16 13:24 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations, models |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('parlamentares', '0040_auto_20170214_1709'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AddField( |
|||
model_name='mandato', |
|||
name='titular', |
|||
field=models.BooleanField(choices=[(True, 'Sim'), (False, 'Não')], db_index=True, default=True, verbose_name='Vereador Titular'), |
|||
), |
|||
] |
Loading…
Reference in new issue