From 5bc38ebe5878043e83784c69e670d00a8cd76d19 Mon Sep 17 00:00:00 2001 From: magicfelix <felix@felix-zauberer.de> Date: Thu, 18 Apr 2024 17:42:43 +0200 Subject: [PATCH] Fix migration references --- .../0020_documentation_extramark_colour_bg_and_more.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aleksis/apps/alsijil/migrations/0020_documentation_extramark_colour_bg_and_more.py b/aleksis/apps/alsijil/migrations/0020_documentation_extramark_colour_bg_and_more.py index 602a266ad..e83ef5e22 100644 --- a/aleksis/apps/alsijil/migrations/0020_documentation_extramark_colour_bg_and_more.py +++ b/aleksis/apps/alsijil/migrations/0020_documentation_extramark_colour_bg_and_more.py @@ -8,9 +8,9 @@ import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ - ('core', '0062_alter_freebusy_options_and_more'), + ('core', '0061_remove_group_additional_fields'), ('kolego', '0003_refactor_absence'), - ('cursus', '0004_alter_subject_colour_bg_alter_subject_colour_fg_and_more'), + ('cursus', '0003_drop_site'), ('alsijil', '0019_drop_sites'), ] -- GitLab