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

This commit is contained in:
vladp
2026-01-26 14:02:10 +07:00
parent 3e5eef3b42
commit 0e2ef1d2e6
4 changed files with 12 additions and 0 deletions
@@ -340,6 +340,7 @@ public class FileEntityService {
.downloadUrl("/api/v" + version + "/files/download/" + fileEntity.getId())
.existsOnDisk(existsOnDisk)
.supportId(fileEntity.getSupportId())
.protectStatus(fileEntity.getProtectionStatus().toString())
.build();
}