some more migrations
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 5.0.2 on 2024-05-18 07:49
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('atlas', '0051_casecollection_end_date_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='casecollection',
|
||||
name='end_date',
|
||||
field=models.DateTimeField(blank=True, help_text='Date (and time) the exam/collection ends', null=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='casecollection',
|
||||
name='start_date',
|
||||
field=models.DateTimeField(blank=True, help_text='Date (and time) the exam/collection starts', null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user