Skip to content

Commit d346e86

Browse files
authored
release: 1.9.3 (#208)
2 parents 869a031 + 9b473f0 commit d346e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/gitanimals/quiz/domain/prompt/QuizCreatePrompt.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class QuizCreatePrompt(
1212
@Column(name = "id")
1313
val id: Long,
1414

15-
@Column(name = "text")
15+
@Column(name = "text", columnDefinition = "VARCHAR(1000)")
1616
val text: String,
1717
) {
1818

0 commit comments

Comments
 (0)