Правка БД.

This commit is contained in:
Programmist73 2023-05-26 19:52:53 +04:00
parent d75c758ee1
commit 85f0c97e6f

View File

@ -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(){ }