feat(server): use postgres-adapter for websockets (#5569)

* feat(server): use postgres-adapter for websockets

* refactor: create attachment table via migration
This commit is contained in:
Jason Rasmussen
2023-12-08 20:38:25 -05:00
committed by GitHub
parent a426ea8fbc
commit 92b4284b5a
8 changed files with 213 additions and 68 deletions

View File

@@ -2,4 +2,4 @@ export * from './database-locks';
export * from './database.config';
export * from './infra.config';
export * from './infra.module';
export * from './redis-io.adapter';
export * from './websocket.adapter';