fix(server): double exif join (#27485)

This commit is contained in:
Mert
2026-04-03 12:14:46 -04:00
committed by GitHub
parent 95ef60628c
commit 18e8d30b1c
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -84,7 +84,6 @@ select
from
"asset"
inner join "asset_exif" on "asset"."id" = "asset_exif"."assetId"
left join "asset_exif" on "asset"."id" = "asset_exif"."assetId"
where
"asset"."visibility" = $1
and "asset"."fileCreatedAt" >= $2