Skip to content

Commit

Permalink
PI-1991: corrected email field (#3479)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcphee77 authored Mar 15, 2024
1 parent 88d725e commit e752c71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class PersonalContactEntity(
@Column(name = "relationship")
val relationship: String,

@Column(name = "email")
@Column(name = "email_address")
val email: String,

@Column(name = "mobile_number")
Expand Down

0 comments on commit e752c71

Please sign in to comment.