repaired upgrade script name
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 30 Oct 2009 18:06:22 +0000 (18:06 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 30 Oct 2009 18:06:22 +0000 (18:06 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14703 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/sql/Pg/upgrade/0064.data.apply-patron-penalty-reactor.sql [new file with mode: 0644]

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 (file)
index 0000000..d612948
--- /dev/null
@@ -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;
+