Skip to content

Commit

Permalink
Disable softdelete for the table planYear
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnareddy-tadi committed Jan 21, 2022
1 parent ae0341a commit cb7e1b2
Showing 1 changed file with 1 addition and 1 deletion.
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 cb7e1b2

Please sign in to comment.