Skip to content
Snippets Groups Projects
Verified Commit 539484ab authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix conflicting migrations

parent fe17ca89
No related branches found
No related tags found
1 merge request!172Fix conflicting migrations
Pipeline #13353 passed
......@@ -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