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