Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(taps): Hard and soft deletes for handling
ACTIVATE_VERSION
mess…
…ages now use the same `WHERE` clause (#2242) fix: using same logic for both hard and soft deletes Soft delete is deleting only versions smaller than the latest version Hard delete is deleting smaller and equal. Making both strategies delete only smaller versions.
- Loading branch information