hydra/t/Hydra/Controller/Project
Graham Christensen f4c4b496d8 Projects: delete: delete all builds first
Deleting jobsets first would fail because buildmetrics has an FK
to the jobset. However, the jobset / project relationship is not
marked as CASCADE.

Deleting all the builds automatically cascades to delete
buildmetrics, so deleting the relevant builds first, then deleting
the jobset solves it.
2022-01-14 20:37:55 -05:00
..
builds.t Project: tests we can get the channel for the latest builds 2022-01-14 11:28:39 -05:00
delete.t Projects: delete: delete all builds first 2022-01-14 20:37:55 -05:00