19 lines
477 B
Python
19 lines
477 B
Python
# Generated by Django 5.0.2 on 2024-02-27 14:25
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('atlas', '0044_seriesfinding_conditions'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='casecollection',
|
|
name='authors_only',
|
|
field=models.BooleanField(default=False, help_text='If true only exam/collection authors will be able to view.'),
|
|
),
|
|
]
|