Hibernate warning fixes
All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good

This commit is contained in:
2025-10-24 15:18:18 +02:00
parent 97af2628fb
commit dd653cb525
9 changed files with 34 additions and 27 deletions

View File

@@ -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;