mirror of https://github.com/interlegis/sapl.git
Edward Ribeiro
1 year ago
2 changed files with 20 additions and 1 deletions
@ -0,0 +1,19 @@ |
|||||
|
# Generated by Django 2.2.28 on 2023-10-28 21:38 |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
import django.db.models.deletion |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('materia', '0084_auto_20231007_2149'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AlterField( |
||||
|
model_name='numeracao', |
||||
|
name='tipo_materia', |
||||
|
field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='materia.TipoMateriaLegislativa', verbose_name='Tipo de Matéria'), |
||||
|
), |
||||
|
] |
Loading…
Reference in new issue