Commit 9c31b3af by Juho Juopperi

typo

1 parent 7ddb68ae
......@@ -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!