Merge pull request #21718 from edx/jdmulloy/fix_devstack_migrations

Add dependency on csmhe migration to csm bigint
This commit is contained in:
Joseph Mulloy
2019-09-25 16:29:10 -04:00
committed by GitHub

View File

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