task/3382: Remove @Lob annotation to get rid of IntelliJ warnng.
This commit is contained in:
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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user