Skip to content
Snippets Groups Projects
Commit 509a8522 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '142-migrations-broken-in-2-0b0' into 'master'

Resolve "Migrations broken in 2.0b0"

Closes #142

See merge request !176
parents 0267b42a 2c927d6f
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ Unreleased
Fixed
~~~~~
* Migration path was ambigious
* Unique constraints for breaks and substitutions were too tight
`2.0b0`_ - 2021-05-21
......
......@@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('chronos', '0006_indexes'),
('chronos', '0007_more_permissions'),
]
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