X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=remove_ou_data%2F15_clear_auditors.sql;h=685d1cb23377db53d3fe70b9fcd37d1befb22c6d;hp=20864e226d83a0343a573852e02148817bf1b690;hb=cbf98af9e9d79cee9f8c99267c3e39326487167e;hpb=72d8a868b7d8282fc081800422b4848cd4a9fa20 diff --git a/remove_ou_data/15_clear_auditors.sql b/remove_ou_data/15_clear_auditors.sql index 20864e2..685d1cb 100644 --- a/remove_ou_data/15_clear_auditors.sql +++ b/remove_ou_data/15_clear_auditors.sql @@ -38,8 +38,8 @@ DELETE FROM auditor.asset_call_number_history WHERE owning_lib IN ( WHERE shortname = :ou_to_del ); DELETE FROM auditor.actor_usr_address_history WHERE usr IN ( - SELECT au.id + SELECT id FROM actor.usr - WHERE home_ou = :ou_to_del + WHERE home_ou = (SELECT id FROM actor.org_unit WHERE shortname = :ou_to_del) ); COMMIT;