diff --git a/uniweb/migrations/0063_alter_uniwebcalendarpage_calendar_and_more.py b/uniweb/migrations/0063_alter_uniwebcalendarpage_calendar_and_more.py index 955b6a5847a03536d8c1b77d2a93ec64a76f34da..22b029364b359cca08b2ef0cd6e2ccef22940d84 100644 --- a/uniweb/migrations/0063_alter_uniwebcalendarpage_calendar_and_more.py +++ b/uniweb/migrations/0063_alter_uniwebcalendarpage_calendar_and_more.py @@ -7,7 +7,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ("calendar_utils", "0004_auto_20220505_1228"), - ("uniweb", "0062_alter_uniwebcalendarpage_calendar_and_more"), + ("uniweb", "0062_alter_uniwebarticlepage_content_and_more"), ] operations = [