[open-ils-commits] [GIT] Evergreen ILS branch rel_2_9 updated. 5a3875a9341caf013c40323090fc1e6848a81aba
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, rel_2_9 has been updated
via 5a3875a9341caf013c40323090fc1e6848a81aba (commit)
from 1b02296838fa19ef697d62a1a967ca4c61efab59 (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 5a3875a9341caf013c40323090fc1e6848a81aba
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