Skip to content

Commit

Permalink
[F] Shouldn't set TEXT's length
Browse files Browse the repository at this point in the history
  • Loading branch information
BeiyanYunyi committed Jun 22, 2023
1 parent ab55b34 commit 1ebc846
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/org/hydev/back/db/PendingComment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ data class PendingComment(
var id: int = 0,
var personId: str = "",

@Column(length = 10000)
@Type(type = "text")
var content: str = "",

Expand Down

0 comments on commit 1ebc846

Please sign in to comment.