This commit is contained in:
Ross
2022-04-01 23:15:34 +01:00
parent d02e262210
commit 159b0d60de
@@ -0,0 +1,18 @@
# Generated by Django 3.2.10 on 2022-04-01 22:15
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('atlas', '0034_auto_20220401_2235'),
]
operations = [
migrations.AddField(
model_name='casecollection',
name='show_history',
field=models.BooleanField(default=False, help_text='Show the history of the cases'),
),
]