Resolved conflicts.
This commit is contained in:
@@ -59,4 +59,7 @@ public class CompanyEntity extends BaseEntity{
|
||||
|
||||
@Column(name = "CODICE_ATECO")
|
||||
private String codiceAteco;
|
||||
|
||||
@Column(name = "JSON")
|
||||
private String json;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user