@@ -70,7 +70,7 @@ public interface ImageSimilarityRepository
|
|||||||
f.stored_file_name AS similarFileId,
|
f.stored_file_name AS similarFileId,
|
||||||
f.support_id AS supportId,
|
f.support_id AS supportId,
|
||||||
f.created_at AS uploadDate,
|
f.created_at AS uploadDate,
|
||||||
f.protection_status AS protectionStatus,
|
f.protection_status AS protectionStatus
|
||||||
FROM image_hashes h
|
FROM image_hashes h
|
||||||
JOIN file_entities f ON f.id = h.file_id
|
JOIN file_entities f ON f.id = h.file_id
|
||||||
WHERE h.hash64_hi = :hash64Hi
|
WHERE h.hash64_hi = :hash64Hi
|
||||||
|
|||||||
Reference in New Issue
Block a user