.
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
# Generated by Django 3.2.10 on 2022-04-21 16:51
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('generic', '0026_ciduser_generic_cid_cid_291418_idx'),
|
||||||
|
('atlas', '0041_auto_20220421_1747'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AddField(
|
||||||
|
model_name='casecollection',
|
||||||
|
name='open_access',
|
||||||
|
field=models.BooleanField(default=False, help_text='If the exam is freely accessible (to view and edit on the test system)'),
|
||||||
|
),
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name='casecollection',
|
||||||
|
name='cid_user_groups',
|
||||||
|
field=models.ManyToManyField(blank=True, to='generic.CidUserGroup'),
|
||||||
|
),
|
||||||
|
]
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
# Generated by Django 3.2.10 on 2022-04-21 16:51
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('generic', '0026_ciduser_generic_cid_cid_291418_idx'),
|
||||||
|
('rapids', '0048_alter_exam_cid_user_groups'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name='exam',
|
||||||
|
name='cid_user_groups',
|
||||||
|
field=models.ManyToManyField(blank=True, to='generic.CidUserGroup'),
|
||||||
|
),
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user