Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soft delete reference annotation on updates #47

Merged
merged 3 commits into from
May 13, 2024

Conversation

dlbrittain
Copy link
Collaborator

Reference tables now use the same logic as annotation tables when updating rows (i.e. soft delete and append a new row that is valid with the changes).

Additionally, the postgres trigger is now removed that auto-updated the target_id when the underlying annotation row has soft deleted.

Finally, added the ability to send partial data to update rows, the missing values that are not to be updated will be filled in.

@fcollman fcollman merged commit 3a1d75c into master May 13, 2024
1 check passed
@fcollman fcollman deleted the soft_delete_reference_annotation_on_updates branch May 13, 2024 19:45
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.

2 participants