dev email send when tokens not found
Test Workflow / test (push) Waiting to run

This commit is contained in:
vladp
2026-03-31 13:06:27 +07:00
parent 51170891ce
commit 3d2c7ecb05
4 changed files with 31 additions and 5 deletions
@@ -87,6 +87,9 @@ public class FileEntity {
@Column(name = "medium_path")
private String mediumPath;
@Column
private String newExtension;
@OneToOne(mappedBy = "file", cascade = CascadeType.ALL, orphanRemoval = true)
@JsonIgnore
private ImageHashEntity imageHash;