aboutsummaryrefslogtreecommitdiffstats
path: root/backend/schema.prisma
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-11-04 10:44:22 -0800
committerPinapelz <yukais@pinapelz.com>2025-11-04 10:44:22 -0800
commit945bf269d7b0c8f8b5245475398694378b74b25f (patch)
tree2a6a235f021145b839078513d47fe64cae6511cd /backend/schema.prisma
parent732f3873354863a4dec591d4d6a425edb7b47c61 (diff)
add bio for profile page
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 3dda29d..fbc2f90 100644
--- a/backend/schema.prisma
+++ b/backend/schema.prisma
@@ -13,6 +13,7 @@ model User {
password String
salt String
email String @unique
+ bio String?
sessions Session[]
scores Score[]
isAdmin Boolean
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage