Правка БД.
This commit is contained in:
parent
1875dcd30d
commit
6d3657f26c
@ -25,7 +25,7 @@ public class GameClient {
|
|||||||
@Column(name = "balance")
|
@Column(name = "balance")
|
||||||
private Integer balance;
|
private Integer balance;
|
||||||
|
|
||||||
@OneToMany(fetch = FetchType.EAGER)
|
@ManyToMany(fetch = FetchType.EAGER)
|
||||||
private List<Tank> tanks = new ArrayList<>();
|
private List<Tank> tanks = new ArrayList<>();
|
||||||
|
|
||||||
private UserRole role;
|
private UserRole role;
|
||||||
|
Loading…
Reference in New Issue
Block a user