aboutsummaryrefslogtreecommitdiffstats
path: root/backend/schema.prisma
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-06-29 18:06:11 -0700
committerPinapelz <yukais@pinapelz.com>2025-06-29 18:06:11 -0700
commit1b66788e84c1d2eef875534cd02685b56d08547f (patch)
treebfffba298c779d4f272643121678ada13d6d4aef /backend/schema.prisma
parent5e7e537b955bafd4a8bd855347a1f6466ce8d027 (diff)
migrate to pnpm
Diffstat (limited to 'backend/schema.prisma')
-rw-r--r--backend/schema.prisma1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/schema.prisma b/backend/schema.prisma
index d3c0588..88a131f 100644
--- a/backend/schema.prisma
+++ b/backend/schema.prisma
@@ -14,6 +14,7 @@ model User {
salt String
email String @unique
sessions Session[]
+ scores Score[]
}
model Session {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage