Skip to content

feat: add soft-delete tombstone (deleted_at/deleted_by) for resources#167

Open
mabdh wants to merge 1 commit into
mainfrom
feat/resource-soft-delete
Open

feat: add soft-delete tombstone (deleted_at/deleted_by) for resources#167
mabdh wants to merge 1 commit into
mainfrom
feat/resource-soft-delete

Conversation

@mabdh

@mabdh mabdh commented Jul 14, 2026

Copy link
Copy Markdown
Member

Delete API now stamps deleted_at/deleted_by immediately on the resources row, and all read paths (GetByURN, List) exclude tombstoned resources by default via partial indexes, while the background sync worker still bypasses the filter so in-flight teardown can finish.

Delete API now stamps deleted_at/deleted_by immediately on the resources
row, and all read paths (GetByURN, List) exclude tombstoned resources by
default via partial indexes, while the background sync worker still
bypasses the filter so in-flight teardown can finish.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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