Hibernate warning fixes
All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good
All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good
This commit is contained in:
@@ -30,9 +30,11 @@ public class Match extends AbstractEntity {
|
||||
private Round round;
|
||||
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "team1_id")
|
||||
private Team team1;
|
||||
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "team2_id")
|
||||
private Team team2;
|
||||
|
||||
private Boolean played;
|
||||
|
||||
Reference in New Issue
Block a user