]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/sql/Pg/upgrade/0064.data.apply-patron-penalty-reactor.sql
LP#1842940: Improve Alert
[Evergreen.git] / Open-ILS / src / sql / Pg / upgrade / 0064.data.apply-patron-penalty-reactor.sql
1 BEGIN;
2
3 INSERT INTO config.upgrade_log (version) VALUES ('0064');
4
5 INSERT INTO action_trigger.reactor (module,description) VALUES ('ApplyPatronPenalty','Applies the conifigured penalty to a patron.  Required named environment variables are "user", which refers to the user object, and "context_org", which refers to the org_unit object that acts as the focus for the penalty.');
6
7 COMMIT;
8