Skip to content

Commit

Permalink
PI-1701 update link table name (#2854)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-britton-moj authored Dec 1, 2023
1 parent 9ff4276 commit 8eef8ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class ApGroupLinkId(val approvedPremisesId: Long, @Column(name = "standard_refer

@Immutable
@Entity
@Table(name = "r_approved_premises_group")
@Table(name = "r_ap_referral_group")
class ApGroupLink(
@Id
val id: ApGroupLinkId
Expand Down

0 comments on commit 8eef8ad

Please sign in to comment.