Skip to content
Snippets Groups Projects
Commit 3dc648ea authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'fix-migration' into 'release/2.0'

Fix conflicting migrations

See merge request !172
parents fe17ca89 539484ab
No related branches found
No related tags found
1 merge request!172Fix conflicting migrations
Pipeline #13363 canceled
......@@ -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