Save the form type (long, short) with the case study
This commit is contained in:
18
apps/map/migrations/0076_casestudy_form_type.py
Normal file
18
apps/map/migrations/0076_casestudy_form_type.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 2.1.1 on 2019-03-04 20:40
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('map', '0075_auto_20190304_2016'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='casestudy',
|
||||
name='form_type',
|
||||
field=models.CharField(blank=True, max_length=16),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user