mirror of https://github.com/interlegis/sapl.git
Edward Ribeiro
6 years ago
1 changed files with 0 additions and 21 deletions
@ -1,21 +0,0 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
# Generated by Django 1.11.20 on 2019-04-10 11:53 |
|
||||
from __future__ import unicode_literals |
|
||||
|
|
||||
from django.db import migrations, models |
|
||||
import django.db.models.deletion |
|
||||
|
|
||||
|
|
||||
class Migration(migrations.Migration): |
|
||||
|
|
||||
dependencies = [ |
|
||||
('sessao', '0035_resumoordenacao_decimo_quarto'), |
|
||||
] |
|
||||
|
|
||||
operations = [ |
|
||||
migrations.AlterField( |
|
||||
model_name='expedientesessao', |
|
||||
name='sessao_plenaria', |
|
||||
field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='expedientesessao_set', to='sessao.SessaoPlenaria'), |
|
||||
), |
|
||||
] |
|
Loading…
Reference in new issue