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)