Skip to content
Snippets Groups Projects
Commit f678d8db authored by magicfelix's avatar magicfelix
Browse files

Fix Chronos migration dependency

parent e5e536a5
No related branches found
No related tags found
No related merge requests found
Pipeline #166614 failed
...@@ -14,7 +14,7 @@ class Migration(migrations.Migration): ...@@ -14,7 +14,7 @@ class Migration(migrations.Migration):
dependencies = [ dependencies = [
("core", "0052_site_related_name"), ("core", "0052_site_related_name"),
("contenttypes", "0002_remove_content_type_name"), ("contenttypes", "0002_remove_content_type_name"),
("chronos", "0015_add_managed_by_app_label"), ("chronos", "0014_add_managed_by_app_label"),
("cursus", "0001_initial"), ("cursus", "0001_initial"),
] ]
......
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