Skip to content
Snippets Groups Projects
Commit 7de19781 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Fix migration dependency

parent 6c1489ca
No related branches found
No related tags found
1 merge request!1304Refactor calendar overview in more different components
Pipeline #142523 passed with warnings
......@@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("core", "0052_site_related_name"),
("core", "0053_freebusy"),
]
operations = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment