This commit is contained in:
@@ -22,6 +22,7 @@ public interface ImageSimilarityRepository
|
||||
f.created_at AS uploadDate,
|
||||
f.protection_status AS protectionStatus,
|
||||
f.file_extension AS extension,
|
||||
f.status AS status,
|
||||
h.hash64_hi AS hash64Hi,
|
||||
h.hash64_lo AS hash64Lo
|
||||
FROM image_hashes ref
|
||||
|
||||
@@ -15,4 +15,5 @@ public interface SimilarImageProjection {
|
||||
LocalDateTime getUploadDate();
|
||||
ProtectionStatus getProtectionStatus();
|
||||
String getExtension();
|
||||
String getFileStatus();
|
||||
}
|
||||
Reference in New Issue
Block a user