This commit is contained in:
Dmitry 2026-01-09 21:05:31 +03:00
parent aae72ac313
commit 73315bcf45

View file

@ -22,6 +22,7 @@ model User {
hostedRooms Room[] @relation("HostedRooms") hostedRooms Room[] @relation("HostedRooms")
participants Participant[] participants Participant[]
questionPacks QuestionPack[] questionPacks QuestionPack[]
themes Theme[]
// Статистика // Статистика
gamesPlayed Int @default(0) gamesPlayed Int @default(0)