mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix: filter null duplicate assets (#21507)
This commit is contained in:
parent
e7b0a47be2
commit
5b8d72e91a
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ with
|
|||
) as "assets"
|
||||
from
|
||||
"asset"
|
||||
left join lateral (
|
||||
inner join lateral (
|
||||
select
|
||||
"asset".*,
|
||||
"asset_exif" as "exifInfo"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue