[open-ils-commits] [GIT] Evergreen ILS branch master updated. 162dfb1daf9310eb7a9fa91d7715f843c8eaf744

Evergreen Git git at git.evergreen-ils.org
Mon Nov 16 16:22:05 EST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  162dfb1daf9310eb7a9fa91d7715f843c8eaf744 (commit)
      from  0fd044ba5e38344d6aa3e0f201d84467e9925093 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 162dfb1daf9310eb7a9fa91d7715f843c8eaf744
Author: Jason Stephenson <jstephenson at mvlc.org>
Date:   Mon Nov 16 16:15:22 2015 -0500

    LP 1516786: 0938 Upgrade Script ends in END and not COMMIT.
    
    Change the END; on the last line of 0938.data.some_rda_attributes.sql
    to COMMIT; for reasons of consistency and to avoid issues when wrapped
    in larger upgrade scripts using the make release script.
    
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0938.data.some_rda_attributes.sql b/Open-ILS/src/sql/Pg/upgrade/0938.data.some_rda_attributes.sql
index bbc0543..d9faa36 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0938.data.some_rda_attributes.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0938.data.some_rda_attributes.sql
@@ -342,4 +342,4 @@ WHERE  tag = '337' AND code = 'a' AND marc_record_type = 'biblio';
 UPDATE config.marc_subfield set value_ctype = 'carrier_type'
 WHERE  tag = '338' AND code = 'a' AND marc_record_type = 'biblio';
 
-END;
+COMMIT;

-----------------------------------------------------------------------

Summary of changes:
 .../Pg/upgrade/0938.data.some_rda_attributes.sql   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list