mirror of https://github.com/interlegis/sapl.git
Victor Fabre
6 years ago
committed by
Edward
2 changed files with 22 additions and 1 deletions
@ -0,0 +1,20 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
# Generated by Django 1.9.13 on 2018-10-04 22:39 |
||||
|
from __future__ import unicode_literals |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('compilacao', '0009_auto_20180926_1015'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AlterField( |
||||
|
model_name='textoarticulado', |
||||
|
name='numero', |
||||
|
field=models.CharField(max_length=8, verbose_name='Número'), |
||||
|
), |
||||
|
] |
Loading…
Reference in new issue