chore: add variant scoring fields, fix tie handling, and fix test files for normalizedName
This commit is contained in:
@@ -65,6 +65,9 @@ model Event {
|
||||
status String @default("planned")
|
||||
maxParticipants Int?
|
||||
ownerId String?
|
||||
// Variant scoring support
|
||||
targetScore Int? // Custom target score (default 5 for standard, or 10/15 for variant)
|
||||
allowTies Boolean @default(false) // Whether ties/draws are valid outcomes
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
bracketMatchups BracketMatchup[]
|
||||
|
||||
Reference in New Issue
Block a user