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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user