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

@@ -20,8 +20,8 @@ public class Registration extends AbstractEntity {
@ManyToOne
private Event event;
@ManyToOne
private Tournament tournament;
// @ManyToOne
// private Tournament tournament;
@ManyToOne
@JoinColumn(name = "player_id")