Resolved conflicts.

This commit is contained in:
Piyush
2025-02-14 12:37:13 +05:30
committed by piyushkag
parent 47c4eb774a
commit 812f13b523
5 changed files with 68 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;