Skip to content

Commit

Permalink
PI-1991: Remove type verified from address table (#3473)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcphee77 authored Mar 14, 2024
1 parent 6244fe2 commit e72c399
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ class ContactAddress(
@Column(name = "last_updated_datetime")
val lastUpdated: LocalDate,

@Convert(converter = YesNoConverter::class)
val typeVerified: Boolean? = false,

@Column(columnDefinition = "NUMBER")
val softDeleted: Boolean = false
)

0 comments on commit e72c399

Please sign in to comment.