Done ticket GEPAFINBE-165

This commit is contained in:
Piyush
2025-02-14 12:37:13 +05:30
parent a3d3fec0e1
commit 0be7ec5a2c
5 changed files with 69 additions and 8 deletions

View File

@@ -35,9 +35,6 @@ public class UserWithCompanyEntity extends BaseEntity{
@Column(name = "EMAIL")
private String email;
@Column(name = "JSON")
private String json;
@Column(name = "IS_DELETED")
private Boolean isDeleted = false;