subunit2sql/releasenotes/notes/add-delete-by-uuid-6266652d...

7 lines
263 B
YAML

---
features:
- New db api function delete_run_by_uuid, which allows for the deletion of
a run specified by a given uuid.
- New db api function delete_test_runs_by_uuid, which allows for the deletion
of all test runs associated with a given run uuid.