update conditions
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 4.1.4 on 2023-10-24 11:54
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('atlas', '0022_alter_uncategoriseddicom_series_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='condition',
|
||||
name='rcr_curriculum',
|
||||
field=models.BooleanField(default=False),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='condition',
|
||||
name='rcr_curriculum_map',
|
||||
field=models.ManyToManyField(blank=True, limit_choices_to={'rcr_curriculum': True}, to='atlas.condition'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user