2019-06-24 13:48:14 +00:00
|
|
|
# Generated by Django 2.2.2 on 2019-06-24 13:09
|
|
|
|
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
2020-02-07 17:46:34 +00:00
|
|
|
("camps", "0032_auto_20180917_1754"),
|
2019-06-24 13:48:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AddField(
|
2020-02-07 17:46:34 +00:00
|
|
|
model_name="camp",
|
|
|
|
name="show_schedule",
|
|
|
|
field=models.BooleanField(
|
|
|
|
default=True, help_text="Check if the schedule should be shown."
|
|
|
|
),
|
2019-06-24 13:48:14 +00:00
|
|
|
),
|
|
|
|
]
|