Browse Source

Delete 0021_auto_20180828_1439.py

pull/2178/head
Talitha Pumar 7 years ago
committed by GitHub
parent
commit
7301b786e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      sapl/base/migrations/0021_auto_20180828_1439.py

20
sapl/base/migrations/0021_auto_20180828_1439.py

@ -1,20 +0,0 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.9.13 on 2018-08-28 17:39
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('base', '0020_auto_20180821_1421'),
]
operations = [
migrations.AlterField(
model_name='appconfig',
name='esfera_federacao',
field=models.CharField(blank=True, choices=[('M', 'Municipal'), ('E', 'Estadual'), ('F', 'Federal')], default='', max_length=1, verbose_name='Esfera Federação'),
),
]
Loading…
Cancel
Save