From 6b77be7142d6c53959f7a0a037b97cc5d35f707e Mon Sep 17 00:00:00 2001 From: Erwan Rouchet <rouchet@teklia.com> Date: Wed, 27 Mar 2024 11:24:55 +0000 Subject: [PATCH] noop? nope --- arkindex/process/migrations/0032_processdatasetset_model.py | 1 - 1 file changed, 1 deletion(-) diff --git a/arkindex/process/migrations/0032_processdatasetset_model.py b/arkindex/process/migrations/0032_processdatasetset_model.py index cce6f1d398..c6088bd88b 100644 --- a/arkindex/process/migrations/0032_processdatasetset_model.py +++ b/arkindex/process/migrations/0032_processdatasetset_model.py @@ -36,7 +36,6 @@ class Migration(migrations.Migration): ) p INNER JOIN training_datasetset AS dss ON (dataset_id = dss.dataset_id AND set = dss.name) """, - reverse_sql=migrations.RunSQL.noop, ), migrations.RemoveField( model_name="process", -- GitLab