fix: fixed model issues
Game and Tournament forgot to add setters to group count and advancement numbers to stage 1 in multistage tournaments Participant apparently accidentally deleted the composite key in TeamParticipant
This commit is contained in:
@@ -16,7 +16,7 @@ public class PlayerParticipant
|
||||
public required Round Round { get; set; }
|
||||
}
|
||||
|
||||
|
||||
[PrimaryKey(nameof(MatchId), nameof(TeamId))]
|
||||
public class TeamParticipant
|
||||
{
|
||||
public int MatchId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user