Commit 35928197 by Feanil Patel

Update migration to add a dependency.

Because this migration depends on enrollment code and that code relies on a new table.
parent 15ea5ece
...@@ -65,6 +65,7 @@ class Migration(migrations.Migration): ...@@ -65,6 +65,7 @@ class Migration(migrations.Migration):
('ccx', '0001_initial'), ('ccx', '0001_initial'),
('ccx', '0002_customcourseforedx_structure_json'), ('ccx', '0002_customcourseforedx_structure_json'),
('course_overviews','0010_auto_20160329_2317'), # because we use course overview and are in the same release as that table is modified ('course_overviews','0010_auto_20160329_2317'), # because we use course overview and are in the same release as that table is modified
('verified_track_content','0001_initial'), # because we use enrollement code and are in the same release as an enrollement related table is created
] ]
operations = [ operations = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment