mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat: upgrade kysely (#17630)
* feat: upgrade kysely * chore: pr feedback
This commit is contained in:
parent
270d178a2e
commit
b710ad36f3
16 changed files with 474 additions and 478 deletions
|
|
@ -123,6 +123,7 @@ export const GENERATE_SQL_KEY = 'generate-sql-key';
|
|||
export interface GenerateSqlQueries {
|
||||
name?: string;
|
||||
params: unknown[];
|
||||
stream?: boolean;
|
||||
}
|
||||
|
||||
export const Telemetry = (options: { enabled?: boolean }) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue