Skip to content

Commit

Permalink
Chnages in identity count datatype
Browse files Browse the repository at this point in the history
Signed-off-by: Neha Farheen <[email protected]>
  • Loading branch information
Neha Farheen committed Jul 15, 2024
1 parent f08d417 commit 8c71a7c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public class IdentityUpdateTracker {
@Column(name = "id")
private String id;

@Lob
@Getter(AccessLevel.NONE)
@Setter(AccessLevel.NONE)
@Column(name = "identity_update_count")
Expand Down

0 comments on commit 8c71a7c

Please sign in to comment.