Skip to content

Commit

Permalink
fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
IN40068837 authored and IN40068837 committed Dec 15, 2024
1 parent 43d52e9 commit ae83d01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/wipro/fhir/data/users/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ public class User {
private Long userID;
@Column(name = "userName")
private String userName;
@Column(name = "Deleted", insertable = false, updatable = true)
private Boolean deleted;
}

0 comments on commit ae83d01

Please sign in to comment.