]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/support-scripts/purge_pending_users.srfsh
LP#1796945 Reporter cloning and creation fixes
[working/Evergreen.git] / Open-ILS / src / support-scripts / purge_pending_users.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":["staging.purge_pending_users"]}
5 request open-ils.cstore open-ils.cstore.transaction.commit
6 close open-ils.cstore
7