dev change mod user status enum
Test Workflow / test (push) Successful in 2s

This commit is contained in:
vladp
2026-04-14 16:44:58 +07:00
parent 934f3459fb
commit f71252bb5e
@@ -96,9 +96,6 @@ public class FileEntity {
@JsonIgnore
private ImageHashEntity imageHash;
@Column
private String monitoring;
@PrePersist
public void prePersist() {
if (this.supportId == null) {