You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: