Add dependency on csmhe migration to csm bigint

This commit is contained in:
Joseph Mulloy
2019-09-19 14:02:48 -04:00
parent 30655847f9
commit f2a599bffb

View File

@@ -29,6 +29,7 @@ class Migration(migrations.Migration):
dependencies = [
('courseware', '0010_auto_20190709_1559'),
('coursewarehistoryextended', '0002_force_studentmodule_index'),
]
operations = [