From: erickson Date: Fri, 19 Jun 2009 20:04:38 +0000 (+0000) Subject: cron script to run the clear-expired-circ-history items proc, attempt #2 X-Git-Tag: sprint4-merge-nov22~9793 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=65c11b81c37a9389b1120c3bebdef540ec96dd8d;p=working%2FEvergreen.git cron script to run the clear-expired-circ-history items proc, attempt #2 git-svn-id: svn://svn.open-ils.org/ILS/trunk@13417 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/support-scripts/clear_expired_circ_history.srfsh b/Open-ILS/src/support-scripts/clear_expired_circ_history.srfsh new file mode 100644 index 0000000000..16628ec1f5 --- /dev/null +++ b/Open-ILS/src/support-scripts/clear_expired_circ_history.srfsh @@ -0,0 +1,2 @@ +#!BINDIR/srfsh +request open-ils.cstore open-ils.cstore.json_query {"from":["container.clear_all_expired_circ_history_items"]}