Skip to content
Snippets Groups Projects
Verified Commit 18544e06 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Rename migration to fix dependencies

parent fe17ca89
No related branches found
No related tags found
1 merge request!176Resolve "Migrations broken in 2.0b0"
Pipeline #15386 passed
Changelog
=========
Unreleased
----------
Fixed
~~~~~
* Migration path was ambigious
`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