fix(web): show trash indicator (#12521)

This commit is contained in:
Jason Rasmussen 2024-09-09 16:03:17 -04:00 committed by GitHub
parent 8c3c3357fe
commit d39917a4db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 77 additions and 24 deletions

View file

@ -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"