From b7cca35e8874eeb532d86ec46d6e74488a0979a5 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Wed, 24 May 2023 16:02:29 +0200 Subject: [PATCH] Merge migrations --- ...py => 0004_learningcontentassignment_assignment_type.py} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename server/vbv_lernwelt/learnpath/migrations/{0003_learningcontentassignment_assignment_type.py => 0004_learningcontentassignment_assignment_type.py} (82%) 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 = [