Skip to content

Commit

Permalink
Merge branch 'master' into renovate/spring-boot
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Edwards-cgi authored Jan 31, 2025
2 parents c655d2a + b39406b commit 1bfd83a
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
update security_group_courthouse_ae
set grp_id = (select grp_id from security_group where group_name = 'moj_ch_wolverhampton_1_appr')
where grp_id in (select grp_id from security_group where group_name = 'moj_ch_wolverhampton_c_appr')
and cth_id = (select cth_id from courthouse where courthouse_name = 'WOLVERHAMPTON CC AT PARK HALL');

update security_group_courthouse_ae
set grp_id = (select grp_id from security_group where group_name = 'moj_ch_wolverhampton_1_staff')
where grp_id in (select grp_id from security_group where group_name = 'moj_ch_wolverhampton_c_staff')
and cth_id = (select cth_id from courthouse where courthouse_name = 'WOLVERHAMPTON CC AT PARK HALL');

update security_group_courthouse_ae
set grp_id = (select grp_id from security_group where group_name = 'moj_ch_wolverhampton_c_appr')
where grp_id in (select grp_id from security_group where group_name = 'moj_ch_wolverhampton_1_appr')
and cth_id = (select cth_id from courthouse where courthouse_name = 'WOLVERHAMPTON');

update security_group_courthouse_ae
set grp_id = (select grp_id from security_group where group_name = 'moj_ch_wolverhampton_c_staff')
where grp_id in (select grp_id from security_group where group_name = 'moj_ch_wolverhampton_1_staff')
and cth_id = (select cth_id from courthouse where courthouse_name = 'WOLVERHAMPTON');

0 comments on commit 1bfd83a

Please sign in to comment.