Skip to content

Commit

Permalink
DMP-4680: Fix Maple House courthouse data (#2504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Edwards-cgi authored Jan 29, 2025
1 parent 1c75e6c commit ac7fa67
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
delete
from security_group_courthouse_ae
where grp_id in (select grp_id from security_group where group_name in ('moj_ch_maple_house_appr', 'moj_ch_maple_house_staff'))
and cth_id = (select cth_id from courthouse where courthouse_name = 'MAPLE HOUSE')

0 comments on commit ac7fa67

Please sign in to comment.