]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/support-scripts/clear_expired_circ_history.srfsh
LP1818288 WS Option to pre-fetch record holds
[working/Evergreen.git] / Open-ILS / src / support-scripts / clear_expired_circ_history.srfsh
1 #!BINDIR/srfsh
2 open open-ils.cstore
3 request open-ils.cstore open-ils.cstore.transaction.begin
4 request open-ils.cstore open-ils.cstore.json_query {"from":["container.clear_all_expired_circ_history_items"]}
5 request open-ils.cstore open-ils.cstore.transaction.commit
6 close open-ils.cstore
7