1
0
mirror of https://github.com/sismics/docs.git synced 2025-05-08 18:53:22 +02:00

: remove @Lob on file content

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

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