Skip to content

Commit

Permalink
PI-1915: Changed column type for offender details (#3796)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcphee77 authored May 14, 2024
1 parent 70bd5e1 commit d8258fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class Person(
@Column(name = "current_highest_risk_colour")
val currentHighestRiskColour: String? = null,

@Column(name = "offender_details")
@Column(name = "offender_details", columnDefinition = "clob")
val offenderDetails: String? = null,

@ManyToOne
Expand Down

0 comments on commit d8258fa

Please sign in to comment.