Closed rafaelofreitas closed 4 months ago
This MR includes the following changes:
soft_deletable?
with_undeleted
deleted_at
get_schema_module
This MR improves the ability to handle soft deletion in the application and increases the test coverage for these functions.
FYI, there appears to be an issue with CI but it doesnt look like tests are actually failing
Thank you! ❤️
This MR includes the following changes:
soft_deletable?
check inwith_undeleted
function to filter only the records that have adeleted_at
field.get_schema_module
function to correctly identify the schema of a subquery.with_undeleted
andsoft_deletable?
to ensure proper functionality.This MR improves the ability to handle soft deletion in the application and increases the test coverage for these functions.