fix student squash migrations (#23783)
There was a missing migration from the original squash.
This commit is contained in:
@@ -516,4 +516,10 @@ class Migration(migrations.Migration):
|
||||
'abstract': False,
|
||||
},
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='courseenrollment',
|
||||
name='course',
|
||||
field=models.ForeignKey(db_constraint=False, on_delete=django.db.models.deletion.DO_NOTHING,
|
||||
to='course_overviews.CourseOverview'),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user