Skip to content
Snippets Groups Projects
Commit 2cb962ae authored by Alexa Valentová's avatar Alexa Valentová
Browse files

fix migration dependency

parent b0c1e873
No related branches found
No related tags found
2 merge requests!994Release,!989fix migration dependency
Pipeline #18557 passed
...@@ -7,7 +7,7 @@ from django.db import migrations, models ...@@ -7,7 +7,7 @@ from django.db import migrations, models
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
("calendar_utils", "0004_auto_20220505_1228"), ("calendar_utils", "0004_auto_20220505_1228"),
("uniweb", "0062_alter_uniwebcalendarpage_calendar_and_more"), ("uniweb", "0062_alter_uniwebarticlepage_content_and_more"),
] ]
operations = [ operations = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment