diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 4fe7c5c087a6906420ef8e212266571a3abc6984..062f03e131c41b5c0d2724a21da349f9be449e11 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,14 @@
 Changelog
 =========
 
+Unreleased
+----------
+
+Fixed
+~~~~~
+
+* Migration path was ambigious
+
 `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 754c3ae1c1c9c7a8a4e3ab6f616a459cf65d5298..03f9a2cb8d16fb2e5d788cffb78df016fc8873a6 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 = [