OU data removal script
authorGalen Charlton <gmc@esilibrary.com>
Fri, 14 Oct 2016 15:17:15 +0000 (11:17 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 14 Oct 2016 15:17:15 +0000 (11:17 -0400)
commitc919228a7234c1fdfa9f9cfbae245fc30731eb85
tree966ac787ce1c9cea27c5d8b6e61d431faa82d7c8
parent8e813de1f6497f0111286a2d751f9c543b4f2871
OU data removal script

This is a set of SQL scripts to be run, in order, to completely
remove data belonging to an OU and its descendants in an Evergreen
database.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
18 files changed:
remove_ou_data/01_easy_deletes.sql [new file with mode: 0644]
remove_ou_data/02_remove_patron_extras.sql [new file with mode: 0644]
remove_ou_data/03_remove_holds.sql [new file with mode: 0644]
remove_ou_data/04_remove_circ.sql [new file with mode: 0644]
remove_ou_data/05_remove_billings.sql [new file with mode: 0644]
remove_ou_data/06_remove_copies.sql [new file with mode: 0644]
remove_ou_data/07_remove_volumes.sql [new file with mode: 0644]
remove_ou_data/08_remove_bibs_stage_1.sql [new file with mode: 0644]
remove_ou_data/08_remove_bibs_stage_2.sql [new file with mode: 0644]
remove_ou_data/08_remove_bibs_stage_3.sql [new file with mode: 0644]
remove_ou_data/09_clear_vandelay_reports.sql [new file with mode: 0644]
remove_ou_data/10_remove_workstations.sql [new file with mode: 0644]
remove_ou_data/11_update_editors.sql [new file with mode: 0644]
remove_ou_data/12_remove_more_patron_extras.sql [new file with mode: 0644]
remove_ou_data/13_remove_transits.sql [new file with mode: 0644]
remove_ou_data/14_remove_ou_extras.sql [new file with mode: 0644]
remove_ou_data/15_clear_auditors.sql [new file with mode: 0644]
remove_ou_data/README [new file with mode: 0644]