From 945bf269d7b0c8f8b5245475398694378b74b25f Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 4 Nov 2025 10:44:22 -0800 Subject: add bio for profile page --- backend/schema.prisma | 1 + 1 file changed, 1 insertion(+) (limited to 'backend/schema.prisma') 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 -- cgit v1.2.3