dev conver files
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-02-26 00:27:31 +07:00
parent 45010bb79a
commit 983b5eddda
8 changed files with 172 additions and 89 deletions
@@ -61,4 +61,6 @@ public interface FileEntityRepository extends JpaRepository<FileEntity, String>
@Query("SELECT MAX(f.supportId) FROM FileEntity f")
Integer findMaxSupportId();
List<FileEntity> findByThumbnailPathIsNull();
}