mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(server): reverse isTrash field (#18665)
This commit is contained in:
parent
369d3dfa38
commit
79d760ccd7
3 changed files with 29 additions and 7 deletions
|
|
@ -264,7 +264,7 @@ with
|
|||
"assets"."visibility",
|
||||
"assets"."isFavorite",
|
||||
assets.type = 'IMAGE' as "isImage",
|
||||
assets."deletedAt" is null as "isTrashed",
|
||||
assets."deletedAt" is not null as "isTrashed",
|
||||
"assets"."livePhotoVideoId",
|
||||
"assets"."localDateTime",
|
||||
"assets"."ownerId",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue