mirror of https://github.com/interlegis/sapl.git
LeandroJatai
2 years ago
5 changed files with 43 additions and 12 deletions
@ -0,0 +1,18 @@ |
|||
# Generated by Django 2.2.28 on 2022-07-31 23:02 |
|||
|
|||
from django.db import migrations, models |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('norma', '0039_auto_20220321_0934'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AddField( |
|||
model_name='normarelacionada', |
|||
name='resumo', |
|||
field=models.TextField(blank=True, default='', verbose_name='Resumo'), |
|||
), |
|||
] |
Loading…
Reference in new issue