Skip to content
Snippets Groups Projects
Commit 760834d8 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 ef55a9fc
No related branches found
No related tags found
1 merge request!2256New DatasetSet model
This commit is part of merge request !2256. Comments created here will be created in the context of that merge request.
......@@ -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