feat(rooms): migrate multiplayer room storage from memory to PostgreSQL

This commit is contained in:
jessy-david-dev
2026-04-11 17:37:56 +02:00
parent e6aa0badac
commit 552bb17c15
12 changed files with 2103 additions and 84 deletions
+5
View File
@@ -56,6 +56,11 @@ export type Game = Prisma.GameModel
*
*/
export type DailyPuzzle = Prisma.DailyPuzzleModel
/**
* Model Room
*
*/
export type Room = Prisma.RoomModel
/**
* Model DailyResult
*