mirror of https://github.com/interlegis/sapl.git
3 changed files with 30 additions and 7 deletions
@ -0,0 +1,25 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
# Generated by Django 1.9.13 on 2018-02-27 14:11 |
||||
|
from __future__ import unicode_literals |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('comissoes', '0007_auto_20180227_1025'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AlterField( |
||||
|
model_name='reuniao', |
||||
|
name='url_audio', |
||||
|
field=models.URLField(blank=True, max_length=150, verbose_name='URL Arquivo Áudio (Formatos MP3 / AAC)'), |
||||
|
), |
||||
|
migrations.AlterField( |
||||
|
model_name='reuniao', |
||||
|
name='url_video', |
||||
|
field=models.URLField(blank=True, max_length=150, verbose_name='URL Arquivo Vídeo (Formatos MP4 / FLV / WebM)'), |
||||
|
), |
||||
|
] |
||||
Loading…
Reference in new issue