diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 9995909669cc0cabab92d79bc06f88dde862efca..eed15b70b9b58414166bc21b9d35c8029cbab37b 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -12,6 +12,7 @@ Unreleased
 Fixed
 ~~~~~
 
+* Migration path was ambigious
 * Unique constraints for breaks and substitutions were too tight
 
 `2.0b0`_ - 2021-05-21
diff --git a/aleksis/apps/chronos/migrations/0007_unique_constraints.py b/aleksis/apps/chronos/migrations/0008_unique_constraints.py
similarity index 98%
rename from aleksis/apps/chronos/migrations/0007_unique_constraints.py
rename to aleksis/apps/chronos/migrations/0008_unique_constraints.py
index 048da7fde020013012c04922859e89f5b9e5ddfc..df88345e151019bdc5830323aefb13c2e8cf2716 100644
--- a/aleksis/apps/chronos/migrations/0007_unique_constraints.py
+++ b/aleksis/apps/chronos/migrations/0008_unique_constraints.py
@@ -6,7 +6,7 @@ from django.db import migrations, models
 class Migration(migrations.Migration):
 
     dependencies = [
-        ('chronos', '0006_indexes'),
+        ('chronos', '0007_more_permissions'),
     ]
 
     operations = [