Open mileswwatkins opened 9 years ago
My only concern is that the delete operation will break anything with a FK constraint - but open to ways to do this!
For sure, something to ponder if we do implement this. Could just exclude jobs with FK ties, in the same way that we don't let trigger
ed jobs enter the DB except if their trigger
's already there.
Even if a
Job
orMaintainer
disappears from a YAML, it won't be deleted. Which is fine, but it might be nice to have a deletion process (maybemoxie-delete
) that's somewhat analogous tomoxie-load
.