Commit 186b5c23 authored by John Red Medrano's avatar John Red Medrano

Merge pull request #36 in RMS/api-main-service from risty-develop to dev

* commit '0708dab4':
  Modified theme field in Application
parents 47ce4225 0708dab4
# Generated by Django 2.1.5 on 2019-06-19 10:12
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('api', '0004_auto_20190619_0952'),
]
operations = [
migrations.AlterField(
model_name='application',
name='theme',
field=models.IntegerField(blank=True, default=1, null=True),
),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment