mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(web): show trash indicator (#12521)
This commit is contained in:
parent
8c3c3357fe
commit
d39917a4db
14 changed files with 77 additions and 24 deletions
|
|
@ -493,6 +493,7 @@ LIMIT
|
|||
-- AssetRepository.getByChecksums
|
||||
SELECT
|
||||
"AssetEntity"."id" AS "AssetEntity_id",
|
||||
"AssetEntity"."deletedAt" AS "AssetEntity_deletedAt",
|
||||
"AssetEntity"."checksum" AS "AssetEntity_checksum"
|
||||
FROM
|
||||
"assets" "AssetEntity"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue