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
No related merge requests found
Changelog Changelog
========= =========
Unreleased
----------
Fixed
~~~~~
* Migration path was ambigious
`2.0b0`_ - 2021-05-21 `2.0b0`_ - 2021-05-21
--------------------- ---------------------
......
...@@ -6,7 +6,7 @@ from django.db import migrations, models ...@@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('chronos', '0006_indexes'), ('chronos', '0007_more_permissions'),
] ]
operations = [ 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