Merge branch 'main' of https://github.com/immich-app/immich into feat/sidecar-asset-files

This commit is contained in:
Jonathan Jogenfors
2025-10-04 00:02:00 +02:00
63 changed files with 2801 additions and 558 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "immich",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"author": "",
"private": true,

View File

@@ -75,14 +75,15 @@ select
"asset_file"
where
"asset_file"."assetId" = "asset"."id"
and "asset_file"."type" = $1
) as agg
) as "files"
from
"asset"
where
"asset"."id" = $1::uuid
"asset"."id" = $2::uuid
limit
$2
$3
-- AssetJobRepository.streamForThumbnailJob
select