mirror of https://github.com/interlegis/sapl.git
Gustavo274
3 years ago
committed by
GitHub
2 changed files with 19 additions and 1 deletions
@ -0,0 +1,18 @@ |
|||||
|
# Generated by Django 2.2.24 on 2021-11-12 14:06 |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('materia', '0079_auto_20210311_1711'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AlterField( |
||||
|
model_name='documentoacessorio', |
||||
|
name='indexacao', |
||||
|
field=models.TextField(blank=True, verbose_name='Indexação'), |
||||
|
), |
||||
|
] |
Loading…
Reference in new issue