mirror of https://github.com/interlegis/sapl.git
Marcio Mazza
7 years ago
3 changed files with 22 additions and 2 deletions
@ -0,0 +1,20 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.9.13 on 2018-04-18 19:29 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations, models |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('materia', '0027_auto_20180409_1443'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AlterField( |
|||
model_name='materialegislativa', |
|||
name='numero_origem_externa', |
|||
field=models.CharField(blank=True, max_length=10, verbose_name='Número'), |
|||
), |
|||
] |
Loading…
Reference in new issue