Skip to content

Commit

Permalink
fixed bad column name
Browse files Browse the repository at this point in the history
  • Loading branch information
Numero7 committed Dec 6, 2024
1 parent 63d53b4 commit b06d441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class VoeuCourtEntity {
@Column(name = "id", nullable = false)
lateinit var id: String

@Column(name = "label", nullable = false)
@Column(name = "nom", nullable = false)
lateinit var label: String

fun toFormationCourte() =
Expand Down

0 comments on commit b06d441

Please sign in to comment.