mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat: kysely migrations (#17198)
This commit is contained in:
parent
6fa0cb534a
commit
55a3c30664
45 changed files with 267 additions and 126 deletions
2
server/src/db.d.ts
vendored
2
server/src/db.d.ts
vendored
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
import type { ColumnType } from 'kysely';
|
||||
import { AssetType, MemoryType, Permission, SyncEntityType } from 'src/enum';
|
||||
import { UserTable } from 'src/tables/user.table';
|
||||
import { UserTable } from 'src/schema/tables/user.table';
|
||||
import { OnThisDayData } from 'src/types';
|
||||
|
||||
export type ArrayType<T> = ArrayTypeImpl<T> extends (infer U)[] ? U[] : ArrayTypeImpl<T>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue