mirror of
https://github.com/immich-app/immich.git
synced 2025-12-25 17:24:58 +03:00
fix: filter null duplicate assets (#21507)
This commit is contained in:
@@ -12,7 +12,7 @@ with
|
||||
) as "assets"
|
||||
from
|
||||
"asset"
|
||||
left join lateral (
|
||||
inner join lateral (
|
||||
select
|
||||
"asset".*,
|
||||
"asset_exif" as "exifInfo"
|
||||
|
||||
Reference in New Issue
Block a user