Commit 39c6dfaf by Tuomas Riihimäki

Merge branch 'master' of dev.intra.insomnia.fi:/data/bortal

2 parents 83830fd0 9c31b3af
......@@ -12,7 +12,7 @@ public class PollAnswer extends GenericEventChild implements Serializable {
private static final long serialVersionUID = 1L;
@Lob
@Column(name = "answer_test", nullable = true)
@Column(name = "answer_text", nullable = true)
private String answerText;
@ManyToOne
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!