X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=remove_ou_data%2F07_remove_volumes.sql;h=5eaec2e06daf984a61612a2df8522a84cb6bf5ba;hp=0447e2a39c65fab67cf0e22119243c9369dc5bca;hb=72d8a868b7d8282fc081800422b4848cd4a9fa20;hpb=9e967d7a4207176f0778f0e296ab39d8223eb431 diff --git a/remove_ou_data/07_remove_volumes.sql b/remove_ou_data/07_remove_volumes.sql index 0447e2a..5eaec2e 100644 --- a/remove_ou_data/07_remove_volumes.sql +++ b/remove_ou_data/07_remove_volumes.sql @@ -39,7 +39,6 @@ FROM asset.call_number WHERE owning_lib IN DELETE FROM asset.call_number WHERE owning_lib IN (SELECT (actor.org_unit_descendants(id)).id from actor.org_unit where shortname = :ou_to_del); - COMMIT; ALTER TABLE asset.call_number ENABLE RULE protect_cn_delete;