mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
refactor(server): migrate album-user repo to kysely (#15351)
This commit is contained in:
parent
c5476a99b1
commit
2903ad8156
6 changed files with 78 additions and 36 deletions
|
|
@ -86,6 +86,7 @@ class SqlGenerator {
|
|||
this.sqlLogger.logQuery(event.query.sql);
|
||||
} else if (event.level === 'error') {
|
||||
this.sqlLogger.logQueryError(event.error as Error, event.query.sql);
|
||||
this.sqlLogger.logQuery(event.query.sql);
|
||||
}
|
||||
},
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue