Skip to content

Commit

Permalink
TMI2-602: ignore schemeId field in JPA for GrantExportEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
iaincooper-tco committed Mar 5, 2024
1 parent db41803 commit d2ccc6e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public class GrantExportEntity {
private String location;

// Not a database column, needed to support SQS message for Submission Export
@Transient
private Integer schemeId;

@Override
Expand Down

0 comments on commit d2ccc6e

Please sign in to comment.