From fae6914acace1a3b470f9d243fe8a2ba0f141388 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 30 Jun 2025 00:58:56 -0700 Subject: add basic batch manual score upload route --- backend/schema.prisma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/schema.prisma') 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[] } -- cgit v1.2.3