Skip to content

Commit

Permalink
Merge pull request #52 from beehyv/upstream_sync
Browse files Browse the repository at this point in the history
Duplicate column removed from entity.
  • Loading branch information
roopesh-beehyv authored Dec 11, 2023
2 parents 264da81 + fa2e256 commit 3b6f8c0
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ public class V_getVanLocDetails {
@Column(name = "blockid")
@Expose
private Integer blockid;

@Column(name = "userid")
@Expose
private Integer userID;

@Column(name = "blockname")
@Expose
private String blockname;
Expand Down

0 comments on commit 3b6f8c0

Please sign in to comment.