mirror of https://github.com/interlegis/sapl.git
Edward Ribeiro
9 years ago
1 changed files with 24 additions and 0 deletions
@ -0,0 +1,24 @@ |
|||
# -*- coding: utf-8 -*- |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import models, migrations |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('sessao', '0008_auto_20151005_0814'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.RenameField( |
|||
model_name='expedientemateria', |
|||
old_name='votacao_iniciada', |
|||
new_name='votacao_aberta', |
|||
), |
|||
migrations.RenameField( |
|||
model_name='ordemdia', |
|||
old_name='votacao_iniciada', |
|||
new_name='votacao_aberta', |
|||
), |
|||
] |
Loading…
Reference in new issue