refactor: migrate map repository to kysely (#15348)

* chore: migrate map repository to kysely

* chore: add kysely codegen command, exclude from prettier and re-run it on latest migrations

* refactor: migrate map repository to kysely

* chore: dont log postgres notices
This commit is contained in:
Zack Pollard
2025-01-17 15:14:42 +00:00
committed by GitHub
parent efbc0cb192
commit c821458e6c
6 changed files with 138 additions and 114 deletions
@@ -83,7 +83,7 @@ describe('getEnv', () => {
config: {
kysely: {
dialect: expect.any(PostgresJSDialect),
log: ['error'],
log: expect.any(Function),
},
typeorm: expect.objectContaining({
type: 'postgres',