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

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Dec 18 08:40:12 EST 2009


Author: scottmk
Date: 2009-12-18 08:40:11 -0500 (Fri, 18 Dec 2009)
New Revision: 15190

Modified:
   trunk/Open-ILS/src/sql/Pg/upgrade/0118.schema.collections-penalty.sql
Log:
Changed last line from "BEGIN;", an obvious blooper, to "COMMIT;".

M    upgrade/0118.schema.collections-penalty.sql


Modified: trunk/Open-ILS/src/sql/Pg/upgrade/0118.schema.collections-penalty.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/upgrade/0118.schema.collections-penalty.sql	2009-12-17 22:24:18 UTC (rev 15189)
+++ trunk/Open-ILS/src/sql/Pg/upgrade/0118.schema.collections-penalty.sql	2009-12-18 13:40:11 UTC (rev 15190)
@@ -399,4 +399,4 @@
 $func$ LANGUAGE plpgsql;
 
 
-BEGIN;
+COMMIT;



More information about the open-ils-commits mailing list