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

This commit is contained in:
vladp
2026-03-25 15:55:16 +07:00
parent 8eb0772196
commit 17aa52d4ac
13 changed files with 83 additions and 18 deletions
@@ -87,6 +87,9 @@ public class FileEntity {
@Column(name = "medium_path")
private String mediumPath;
@Column(name = "moderation_reason_id")
private Long moderationReasonId;
@OneToOne(mappedBy = "file", cascade = CascadeType.ALL, orphanRemoval = true)
@JsonIgnore
private ImageHashEntity imageHash;