cron script to run the clear-expired-circ-history items proc, attempt #2
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 19 Jun 2009 20:04:38 +0000 (20:04 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 19 Jun 2009 20:04:38 +0000 (20:04 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13417 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/support-scripts/clear_expired_circ_history.srfsh [new file with mode: 0644]

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 (file)
index 0000000..16628ec
--- /dev/null
@@ -0,0 +1,2 @@
+#!BINDIR/srfsh
+request open-ils.cstore open-ils.cstore.json_query {"from":["container.clear_all_expired_circ_history_items"]}