feat(rooms): migrate multiplayer room storage from memory to PostgreSQL
This commit is contained in:
@@ -32,6 +32,11 @@ export type Game = Prisma.GameModel
|
||||
*
|
||||
*/
|
||||
export type DailyPuzzle = Prisma.DailyPuzzleModel
|
||||
/**
|
||||
* Model Room
|
||||
*
|
||||
*/
|
||||
export type Room = Prisma.RoomModel
|
||||
/**
|
||||
* Model DailyResult
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user