JBAS-258 tracking util scripts / crontab
authorBill Erickson <berickxx@gmail.com>
Mon, 24 Nov 2014 22:08:53 +0000 (17:08 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
commitaa2714617336ad8f8b516bee183e5b8def581f21
tree7daa7fcc422d6609fb9da0dd7e9c4012b7c1e986
parent91f6bd511ee706a79f0733c3453a6e913e9972ca
JBAS-258 tracking util scripts / crontab

Copied scripts and crontab from production util and modified to match
new layout and comment out some actions which are not needed by default
on dev, etc. systems (or require human input first).

Signed-off-by: Bill Erickson <berickxx@gmail.com>
17 files changed:
KCLS/util/CRONTAB [new file with mode: 0644]
KCLS/util/README [new file with mode: 0644]
KCLS/util/copy_loc_fix/fix_copy_locations.sql [new file with mode: 0644]
KCLS/util/copy_loc_fix/run_copy_location_fix.sh [new file with mode: 0755]
KCLS/util/del_empty_vol/del_all_empty_vols.sql [new file with mode: 0644]
KCLS/util/del_empty_vol/run_empty_vol_delete.sh [new file with mode: 0755]
KCLS/util/inactive_cards/remove_inactive_patron_cards.sh [new file with mode: 0755]
KCLS/util/inactive_cards/remove_inactive_patron_cards.sql [new file with mode: 0644]
KCLS/util/overdue/force_send_notices.sh [new file with mode: 0755]
KCLS/util/overdue/run_holds.sh [new file with mode: 0755]
KCLS/util/overdue/run_overdues.sh [new file with mode: 0755]
KCLS/util/patron_activity/patron_activity.sh [new file with mode: 0755]
KCLS/util/patron_activity/patron_activity.sql [new file with mode: 0644]
KCLS/util/purge_circs/purge_circulations.psql [new file with mode: 0644]
KCLS/util/purge_circs/purge_circulations.sh [new file with mode: 0644]
KCLS/util/reshelving/reshelving.sh [new file with mode: 0755]
KCLS/util/reshelving/reshelving.sql [new file with mode: 0644]