Skip to content

Commit

Permalink
Merge pull request #86 from UN-OCHA/HPC-8305
Browse files Browse the repository at this point in the history
HPC-8305: Disable soft deletion for table `planYear`
  • Loading branch information
Pl217 authored Jul 7, 2022
2 parents 779823f + c87af42 commit b3d7b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unocha/hpc-api-core",
"version": "4.4.1",
"version": "4.4.2",
"description": "Core libraries supporting HPC.Tools API Backend",
"license": "Apache-2.0",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion src/db/models/planYear.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ export default defineLegacyVersionedModel({
},
},
idField: 'id',
softDeletionEnabled: true,
softDeletionEnabled: false,
});

0 comments on commit b3d7b7c

Please sign in to comment.