dev add monitoring basic
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-03-04 12:10:27 +07:00
parent c7ded41c16
commit b8a0e6cce7
@@ -30,6 +30,7 @@ public interface ImageSimilarityRepository
JOIN file_entities f JOIN file_entities f
ON f.id = h.file_id ON f.id = h.file_id
WHERE ref.file_id = :fileId WHERE ref.file_id = :fileId
AND f.protection_status = "PROTECTED"
""", """,
nativeQuery = true) nativeQuery = true)
List<SimilarImageProjection> findCandidates( List<SimilarImageProjection> findCandidates(