Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-britton-moj authored Feb 29, 2024
1 parent 6f10c5d commit e0502bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Institution(
@Convert(converter = YesNoConverter::class)
val establishment: Boolean,

@Convert(converter = YesNoConverter::class)
@Column(columnDefinition = "number")
val private: Boolean?,

@Id
Expand Down

0 comments on commit e0502bf

Please sign in to comment.