dev change sort user all files
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-04-13 17:45:48 +07:00
parent 671625e0cf
commit 93946cc2e3
@@ -96,9 +96,8 @@ public class FileEntity {
@JsonIgnore @JsonIgnore
private ImageHashEntity imageHash; private ImageHashEntity imageHash;
@OneToMany(mappedBy = "file", fetch = FetchType.LAZY) @Column
@JsonIgnore private String monitoring;
private List<FileMonitoringEntity> monitorings;
@PrePersist @PrePersist
public void prePersist() { public void prePersist() {