fix(store): cascade delete related rows when removing a site #92
Reference in New Issue
Block a user
Delete Branch "fix/orphaned-maintenance-windows"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
DeleteSite()now removes maintenance_windows, check_history, and state_changes in a transaction before deleting the siteTest plan
TestDeleteSiteCascade— verifies all related rows are cleaned upCloses #71