diff --git a/server/vbv_lernwelt/learnpath/migrations/0003_learningcontentassignment_assignment_type.py b/server/vbv_lernwelt/learnpath/migrations/0004_learningcontentassignment_assignment_type.py similarity index 82% rename from server/vbv_lernwelt/learnpath/migrations/0003_learningcontentassignment_assignment_type.py rename to server/vbv_lernwelt/learnpath/migrations/0004_learningcontentassignment_assignment_type.py index f9099581..5525b9a3 100644 --- a/server/vbv_lernwelt/learnpath/migrations/0003_learningcontentassignment_assignment_type.py +++ b/server/vbv_lernwelt/learnpath/migrations/0004_learningcontentassignment_assignment_type.py @@ -4,9 +4,11 @@ from django.db import migrations, models class Migration(migrations.Migration): - dependencies = [ - ("learnpath", "0002_learningcontentrichtext_text"), + ( + "learnpath", + "0003_rename_learningcontentattendanceday_learningcontentattendancecourse", + ), ] operations = [