You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented soft-delete using is_voided column in all CEPT entities.
Its currently used only for Budget, User, Municipality and Translation soft-deletions.
Do not use soft-deletion on Budget children entities (Budget-Lines, MajorHead, etc..), as the associations might not honour the softDeletion value in some approaches of Querying.
The text was updated successfully, but these errors were encountered:
himeshr
changed the title
Implement soft delete for Users, Municipalities and Transalations
Implement soft delete for Users, Municipalities and Translations
Aug 10, 2022
himeshr
changed the title
Implement soft delete for Users, Municipalities and Translations
Implement soft delete for CEPT Entities
Aug 10, 2022
Implemented soft-delete using is_voided column in all CEPT entities.
Its currently used only for Budget, User, Municipality and Translation soft-deletions.
Do not use soft-deletion on Budget children entities (Budget-Lines, MajorHead, etc..), as the associations might not honour the softDeletion value in some approaches of Querying.
The text was updated successfully, but these errors were encountered: