Merge pull request #21718 from edx/jdmulloy/fix_devstack_migrations
Add dependency on csmhe migration to csm bigint
This commit is contained in:
@@ -29,6 +29,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('courseware', '0010_auto_20190709_1559'),
|
||||
('coursewarehistoryextended', '0002_force_studentmodule_index'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
||||
Reference in New Issue
Block a user