dev add new status fo file
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-03-25 16:31:21 +07:00
parent a3e6e0091a
commit 95ebcf0241
2 changed files with 4 additions and 4 deletions
@@ -1,5 +1,8 @@
package ru.soune.nocopy.entity.tarif; package ru.soune.nocopy.entity.tarif;
import lombok.Getter;
@Getter
public enum TariffTimeTerm { public enum TariffTimeTerm {
MONTHLY(30),YEAR(365); MONTHLY(30),YEAR(365);
@@ -9,7 +12,4 @@ public enum TariffTimeTerm {
this.days = days; this.days = days;
} }
public Integer getDays() {
return days;
}
} }
@@ -22,7 +22,7 @@ public interface ImageSimilarityRepository
f.created_at AS uploadDate, f.created_at AS uploadDate,
f.protection_status AS protectionStatus, f.protection_status AS protectionStatus,
f.file_extension AS extension, f.file_extension AS extension,
f.status AS status, f.status AS fileStatus,
h.hash64_hi AS hash64Hi, h.hash64_hi AS hash64Hi,
h.hash64_lo AS hash64Lo h.hash64_lo AS hash64Lo
FROM image_hashes ref FROM image_hashes ref