From 73315bcf45e401c1deeee3f39c3034b5b9a5b089 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 9 Jan 2026 21:05:31 +0300 Subject: [PATCH] prisma --- backend/prisma/schema.prisma | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/prisma/schema.prisma b/backend/prisma/schema.prisma index 79299a5..a840a62 100644 --- a/backend/prisma/schema.prisma +++ b/backend/prisma/schema.prisma @@ -22,6 +22,7 @@ model User { hostedRooms Room[] @relation("HostedRooms") participants Participant[] questionPacks QuestionPack[] + themes Theme[] // Статистика gamesPlayed Int @default(0)