#451: remove @Lob on file content

This commit is contained in:
bgamard 2020-09-13 17:58:28 +02:00
parent f76eae23ca
commit 44f5db993a

View File

@ -49,7 +49,6 @@ public class File implements Loggable {
/** /**
* OCR-ized content. * OCR-ized content.
*/ */
@Lob
@Column(name = "FIL_CONTENT_C") @Column(name = "FIL_CONTENT_C")
private String content; private String content;