Правка БД.

This commit is contained in:
Programmist73 2023-05-26 19:51:51 +04:00
parent 1875dcd30d
commit 6d3657f26c

View File

@ -25,7 +25,7 @@ public class GameClient {
@Column(name = "balance")
private Integer balance;
@OneToMany(fetch = FetchType.EAGER)
@ManyToMany(fetch = FetchType.EAGER)
private List<Tank> tanks = new ArrayList<>();
private UserRole role;