Remove integration soft delete and cascade hard delete to events - #1046
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1046 +/- ##
===========================================
- Coverage 98.42% 98.42% -0.01%
===========================================
Files 477 477
Lines 7614 7613 -1
Branches 999 999
===========================================
- Hits 7494 7493 -1
Misses 49 49
Partials 71 71 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
tudddorrr
force-pushed
the
remove-integration-soft-delete
branch
from
September 5, 2026 06:50
ec32f02 to
5bad515
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Soft delete removal
deletedAtcolumn and the default query filter that hid soft-deleted rows are gone, and the delete route removes the row outright.Event cascade cleanup
Data migration
ON DELETE CASCADE, purges existing soft-deleted integrations (cascading to their events), then dropsdeleted_at.