1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 01:36:18 +00:00

#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;