From: erickson Date: Fri, 30 Oct 2009 18:06:22 +0000 (+0000) Subject: repaired upgrade script name X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8991b50d2b31da9e7dfbffbdc3e9546329509ed3;p=contrib%2FConifer.git repaired upgrade script name git-svn-id: svn://svn.open-ils.org/ILS/trunk@14703 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/sql/Pg/upgrade/0064.data.apply-patron-penalty-reactor.sql b/Open-ILS/src/sql/Pg/upgrade/0064.data.apply-patron-penalty-reactor.sql new file mode 100644 index 0000000000..d6129482fc --- /dev/null +++ b/Open-ILS/src/sql/Pg/upgrade/0064.data.apply-patron-penalty-reactor.sql @@ -0,0 +1,8 @@ +BEGIN; + +INSERT INTO config.upgrade_log (version) VALUES ('0064'); + +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.'); + +COMMIT; +