mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
refactor(server): use kysely (#12857)
This commit is contained in:
parent
1489d69f81
commit
2e12c46980
59 changed files with 2891 additions and 3289 deletions
|
|
@ -7,6 +7,10 @@ export const POSTGRES_VERSION_RANGE = '>=14.0.0';
|
|||
export const VECTORS_VERSION_RANGE = '>=0.2 <0.4';
|
||||
export const VECTOR_VERSION_RANGE = '>=0.5 <1';
|
||||
|
||||
export const ASSET_FILE_CONFLICT_KEYS = ['assetId', 'type'] as const;
|
||||
export const EXIF_CONFLICT_KEYS = ['assetId'] as const;
|
||||
export const JOB_STATUS_CONFLICT_KEYS = ['assetId'] as const;
|
||||
|
||||
export const NEXT_RELEASE = 'NEXT_RELEASE';
|
||||
export const LIFECYCLE_EXTENSION = 'x-immich-lifecycle';
|
||||
export const DEPRECATED_IN_PREFIX = 'This property was deprecated in ';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue