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