RED-2775 Removed unused and not working code
This commit is contained in:
parent
220d5fa075
commit
9ca9bf80b3
@ -79,12 +79,6 @@ public interface FileRepository extends JpaRepository<FileEntity, String> {
|
||||
void setUpdateLastManualRedactionAndHasSuggestions(String fileId, OffsetDateTime lastUpdated, OffsetDateTime lastManualRedaction,
|
||||
boolean hasSuggestions);
|
||||
|
||||
@Modifying
|
||||
@Query("update FileEntity f set f.lastUpdated = :lastUpdated, f.lastManualRedaction = :lastManualRedaction, " +
|
||||
"f.excludedPages = :excludedPages where f.id = :fileId")
|
||||
void setExcludedPages(String fileId, OffsetDateTime lastUpdated, OffsetDateTime lastManualRedaction,
|
||||
Set<Integer> excludedPages);
|
||||
|
||||
@Modifying
|
||||
@Query("update FileEntity f set f.processingStatus = :processingStatus, f.lastUpdated = :lastUpdated, " +
|
||||
"f.deleted = :softDeletedTime where f.id = :fileId")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user