Skip to content
Snippets Groups Projects
Commit 6b77be71 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

noop? nope

parent 8d1dd424
No related branches found
Tags 0.1.0
1 merge request!2264New Process Dataset Sets management
This commit is part of merge request !2264. Comments created here will be created in the context of that merge request.
...@@ -36,7 +36,6 @@ class Migration(migrations.Migration): ...@@ -36,7 +36,6 @@ class Migration(migrations.Migration):
) p ) p
INNER JOIN training_datasetset AS dss ON (dataset_id = dss.dataset_id AND set = dss.name) INNER JOIN training_datasetset AS dss ON (dataset_id = dss.dataset_id AND set = dss.name)
""", """,
reverse_sql=migrations.RunSQL.noop,
), ),
migrations.RemoveField( migrations.RemoveField(
model_name="process", model_name="process",
......
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