From 01bd073a0d1e76a69f8c064bf80b24d682e2b1a9 Mon Sep 17 00:00:00 2001 From: Eugene Dyudyunov Date: Tue, 3 May 2022 13:17:21 +0300 Subject: [PATCH] fix: get rid of removed model dependency --- .../ccx/migrations/0003_add_master_course_staff_in_ccx.py | 1 - 1 file changed, 1 deletion(-) 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 5a2d7e42ec..c440641281 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 @@ -80,7 +80,6 @@ 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 = [