[open-ils-commits] r14704 - trunk/Open-ILS/src/sql/Pg/upgrade (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Oct 30 14:06:39 EDT 2009


Author: erickson
Date: 2009-10-30 14:06:35 -0400 (Fri, 30 Oct 2009)
New Revision: 14704

Removed:
   trunk/Open-ILS/src/sql/Pg/upgrade/0064.apply-patron-penalty-reactor.sql
Log:
repaired upgrade script name

Deleted: trunk/Open-ILS/src/sql/Pg/upgrade/0064.apply-patron-penalty-reactor.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/upgrade/0064.apply-patron-penalty-reactor.sql	2009-10-30 18:06:22 UTC (rev 14703)
+++ trunk/Open-ILS/src/sql/Pg/upgrade/0064.apply-patron-penalty-reactor.sql	2009-10-30 18:06:35 UTC (rev 14704)
@@ -1,8 +0,0 @@
-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;
-



More information about the open-ils-commits mailing list