aboutsummaryrefslogtreecommitdiffstats
path: root/backend/schema.prisma
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-06-30 00:58:56 -0700
committerPinapelz <yukais@pinapelz.com>2025-06-30 00:58:56 -0700
commitfae6914acace1a3b470f9d243fe8a2ba0f141388 (patch)
treecc2ac24b97b464189c220d6c5abe7d48e92f28aa /backend/schema.prisma
parent722df5105c098f404e09e884a817acf92d939648 (diff)
add basic batch manual score upload route
Diffstat (limited to 'backend/schema.prisma')
-rw-r--r--backend/schema.prisma2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/schema.prisma b/backend/schema.prisma
index 3b91f85..0657fdf 100644
--- a/backend/schema.prisma
+++ b/backend/schema.prisma
@@ -27,7 +27,7 @@ model Session {
model Game {
internalName String @id
- formattedName String
+ formattedName String @unique
description String
scores Score[]
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage