Skip to content

Commit

Permalink
PI-2521: Do not include soft deleted offender addresses (#4234)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcphee77 authored Sep 16, 2024
1 parent b3a73a1 commit 1c5cbd2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ class OffenderAlias(

@Entity
@Table(name = "offender_address")
@SQLRestriction("soft_deleted = 0")
class PersonAddress(
@Id
@Column(name = "offender_address_id")
Expand Down

0 comments on commit 1c5cbd2

Please sign in to comment.