askap-vast / vast-pipeline

This repository holds the code of the Radio Transient detection pipeline for the VAST project.
https://vast-survey.org/vast-pipeline/
MIT License
7 stars 3 forks source link

Clean up m2m related objects when deleting a run #585

Closed marxide closed 2 years ago

marxide commented 2 years ago

Adds a function that is called just before a Run object is to be deleted that deletes all Image and SkyRegion objects that would be orphaned after deleting the Run. Fixes #584