From 3592819720f9465795906dde99a7c742cdde4e3d Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 8 Apr 2016 14:48:43 -0400 Subject: [PATCH] Update migration to add a dependency. Because this migration depends on enrollment code and that code relies on a new table. --- .../ccx/migrations/0003_add_master_course_staff_in_ccx.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/djangoapps/ccx/migrations/0003_add_master_course_staff_in_ccx.py b/lms/djangoapps/ccx/migrations/0003_add_master_course_staff_in_ccx.py index c97449a77b..0c3a5770c7 100644 --- a/lms/djangoapps/ccx/migrations/0003_add_master_course_staff_in_ccx.py +++ b/lms/djangoapps/ccx/migrations/0003_add_master_course_staff_in_ccx.py @@ -65,6 +65,7 @@ class Migration(migrations.Migration): ('ccx', '0001_initial'), ('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 + ('verified_track_content','0001_initial'), # because we use enrollement code and are in the same release as an enrollement related table is created ] operations = [