QCDIS / VREPaaS

1 stars 0 forks source link

Allow deletion of workflows referenced by data products #188

Closed gpelouze closed 11 months ago

gpelouze commented 11 months ago

Sets DataProduct.workflow to null when the workflow is deleted. This allows deleting workflows from argo that are still referenced by data products, without triggering a foreign key constraint.

Fixes #187