task/3382: Remove @Lob annotation to get rid of IntelliJ warnng.

This commit is contained in:
Tom Zhao 2024-07-11 15:58:09 +02:00
parent f2ae73d35c
commit 9b30164faf

@ -44,7 +44,6 @@ public class ChecklistTemplate extends DomainObject {
@Column(name = "template_number")
private int templateNumber = DEFAULT_TEMPLATE_NUMBER;
@Lob
@ElementCollection
@CollectionTable(name = "checklist_template_question",
joinColumns = @JoinColumn(name = "checklist_template_id"))