@@ -81,6 +81,12 @@ public class FileEntity {
|
||||
@JsonIgnore
|
||||
private String signature;
|
||||
|
||||
@Column(name = "thumbnail_path")
|
||||
private String thumbnailPath;
|
||||
|
||||
@Column(name = "medium_path")
|
||||
private String mediumPath;
|
||||
|
||||
@OneToOne(mappedBy = "file", cascade = CascadeType.ALL, orphanRemoval = true)
|
||||
@JsonIgnore
|
||||
private ImageHashEntity imageHash;
|
||||
|
||||
Reference in New Issue
Block a user