Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DMP-4679: Make corrections to the courthouse data #2505

Merged
merged 8 commits into from
Jan 31, 2025
Prev Previous commit
Next Next commit
Update V1_434__corrections_to_courthouse_data.sql
Ben-Edwards-cgi authored Jan 29, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit c802e444eeef6a452eb6804abcc56473b1949bfd
Original file line number Diff line number Diff line change
@@ -10,14 +10,6 @@ set cth_id = (select cth_id from courthouse where courthouse_name = 'RCJROLLSCH3
where grp_id in (select grp_id from security_group where group_name = 'RCJ Rolls All Buildings Approver')
and cth_id = (select cth_id from courthouse where courthouse_name = 'PRESTON [THE SESSIONS HOUSE]');
update security_group_courthouse_ae
set cth_id = (select cth_id from courthouse where courthouse_name = 'RCJROLLSCH2')
where grp_id in (select grp_id from security_group where group_name = 'RCJ Rolls All Buildings Approver')
and cth_id = (select cth_id from courthouse where courthouse_name = 'RCJROLLSCH2');
update security_group_courthouse_ae
set cth_id = (select cth_id from courthouse where courthouse_name = 'RCJROLLSCH1')
where grp_id in (select grp_id from security_group where group_name = 'RCJ Rolls All Buildings Approver')
and cth_id = (select cth_id from courthouse where courthouse_name = 'RCJROLLSCH1');
update security_group_courthouse_ae
set cth_id = (select cth_id from courthouse where courthouse_name = 'RCJROLLSCH4')
where grp_id in (select grp_id from security_group where group_name = 'RCJ Rolls All Buildings Approver')
and cth_id = (select cth_id from courthouse where courthouse_name = 'PROSPERO HOUSE');
@@ -29,11 +21,3 @@ update security_group_courthouse_ae
set cth_id = (select cth_id from courthouse where courthouse_name = 'RCJROLLSCH4')
where grp_id in (select grp_id from security_group where group_name = 'RCJ Rolls All Buildings Requester')
and cth_id = (select cth_id from courthouse where courthouse_name = 'PROSPERO HOUSE');
update security_group_courthouse_ae
set cth_id = (select cth_id from courthouse where courthouse_name = 'RCJROLLSCH1')
where grp_id in (select grp_id from security_group where group_name = 'RCJ Rolls All Buildings Requester')
and cth_id = (select cth_id from courthouse where courthouse_name = 'RCJROLLSCH1');
update security_group_courthouse_ae
set cth_id = (select cth_id from courthouse where courthouse_name = 'RCJROLLSCH2')
where grp_id in (select grp_id from security_group where group_name = 'RCJ Rolls All Buildings Requester')
and cth_id = (select cth_id from courthouse where courthouse_name = 'RCJROLLSCH2');