Skip to content

Remove integration soft delete and cascade hard delete to events - #1046

Merged
tudddorrr merged 1 commit into
developfrom
remove-integration-soft-delete
Sep 5, 2026
Merged

Remove integration soft delete and cascade hard delete to events#1046
tudddorrr merged 1 commit into
developfrom
remove-integration-soft-delete

Conversation

@tudddorrr

Copy link
Copy Markdown
Collaborator

Soft delete removal

  • Integrations are now hard-deleted instead of soft-deleted: the deletedAt column and the default query filter that hid soft-deleted rows are gone, and the delete route removes the row outright.

Event cascade cleanup

  • Steamworks, Game Center, and Google Play Games integration events now cascade on delete, so request logs are removed together with their integration instead of orphaned.

Data migration

  • A migration re-creates the event foreign keys with ON DELETE CASCADE, purges existing soft-deleted integrations (cascading to their events), then drops deleted_at.

@codecov

codecov Bot commented Sep 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.42%. Comparing base (4a8cc5c) to head (5bad515).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tudddorrr
tudddorrr force-pushed the remove-integration-soft-delete branch from ec32f02 to 5bad515 Compare September 5, 2026 06:50
@tudddorrr
tudddorrr merged commit 2452274 into develop Sep 5, 2026
9 checks passed
@tudddorrr
tudddorrr deleted the remove-integration-soft-delete branch September 5, 2026 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant