Update LUDO_USER and LUDO_DB. Update Client.Location mandatory, so fix on unit test
This commit is contained in:
@@ -27,7 +27,7 @@ public class Client {
|
||||
@Column(nullable = false, unique = true)
|
||||
private String email;
|
||||
|
||||
@OneToOne
|
||||
@OneToOne(cascade = CascadeType.ALL, orphanRemoval = true, fetch = FetchType.EAGER, optional = false)
|
||||
@JoinColumn(name = "LOCATION_ID")
|
||||
private Location location;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user