Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Deleting an Inject that has a Schedule does bad things #69

@jtdroste

Description

@jtdroste

When you delete an inject that already has a schedule setup, bad things happen.

We should either cascade the delete (delete from schedule where inject_id = ?) or block the delete until all the schedules are deleted.

Personally, I'm for the second option.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions