From f6c3ee81670e71ccca16e817a2f4c7e7fce25a2e Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 28 Oct 2010 16:25:49 +0000 Subject: [PATCH] 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 --- Open-ILS/src/support-scripts/clear_expired_circ_history.srfsh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 Open-ILS/src/support-scripts/clear_expired_circ_history.srfsh 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"]} -- 2.11.0