Updating navigation and logged in checks.
This commit is contained in:
parent
9acde36f50
commit
59e15cfde8
11 changed files with 316 additions and 43 deletions
|
|
@ -30,8 +30,7 @@ model Game {
|
|||
locationLat Float?
|
||||
locationLng Float?
|
||||
searchRadius Float?
|
||||
timeLimitPerLeg Int?
|
||||
timeDeductionPenalty Int?
|
||||
rules String?
|
||||
status GameStatus @default(DRAFT)
|
||||
inviteCode String? @unique
|
||||
createdAt DateTime @default(now())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue