From: phasefx Date: Thu, 28 Oct 2010 16:25:49 +0000 (+0000) Subject: missing clear_expired_circ_history.srfsh was breaking the build, copied from trunk X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f6c3ee81670e71ccca16e817a2f4c7e7fce25a2e;p=Evergreen.git missing clear_expired_circ_history.srfsh was breaking the build, copied from trunk git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@18526 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 100755 index 0000000000..935a28be49 --- /dev/null +++ b/Open-ILS/src/support-scripts/clear_expired_circ_history.srfsh @@ -0,0 +1,2 @@ +#!/openils/bin/srfsh +request open-ils.cstore open-ils.cstore.json_query {"from":["container.clear_all_expired_circ_history_items"]}