diff --git a/src/main/resources/db/migration/common/V1_434__fix_maple_house_courthouse_data.sql b/src/main/resources/db/migration/common/V1_434__fix_maple_house_courthouse_data.sql new file mode 100644 index 0000000000..e3cf398aa5 --- /dev/null +++ b/src/main/resources/db/migration/common/V1_434__fix_maple_house_courthouse_data.sql @@ -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') \ No newline at end of file