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:
@@ -83,7 +83,7 @@ describe('getEnv', () => {
|
||||
config: {
|
||||
kysely: {
|
||||
dialect: expect.any(PostgresJSDialect),
|
||||
log: ['error'],
|
||||
log: expect.any(Function),
|
||||
},
|
||||
typeorm: expect.objectContaining({
|
||||
type: 'postgres',
|
||||
|
||||
Reference in New Issue
Block a user