Skip to content
Snippets Groups Projects
Commit c367fd09 authored by ml bonhomme's avatar ml bonhomme :bee:
Browse files

ensure temp process dataset sets fix migrations runs BEFORE the dataset set migration

parent 1b7da324
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ class Migration(migrations.Migration):
dependencies = [
("training", "0006_model_archived"),
("process", "0029_processdataset_sets"),
]
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