[open-ils-commits] [GIT] Evergreen ILS branch master updated. 8706a278b6093339e80c3348752fb46d90f3e9a6
Evergreen Git
git at git.evergreen-ils.org
Wed Mar 20 11:09:17 EDT 2019
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 8706a278b6093339e80c3348752fb46d90f3e9a6 (commit)
from f497f4173e8d787e43e718c7c6b5c5a3b7fa9799 (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 8706a278b6093339e80c3348752fb46d90f3e9a6
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date: Wed Mar 20 11:08:23 2019 -0400
LP#1780639: fix error made when stamping DB update
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/src/sql/Pg/upgrade/1159.data.marc21-tag-758.sql b/Open-ILS/src/sql/Pg/upgrade/1159.data.marc21-tag-758.sql
index 8bd1e68cdd..c7efb0b341 100644
--- a/Open-ILS/src/sql/Pg/upgrade/1159.data.marc21-tag-758.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/1159.data.marc21-tag-758.sql
@@ -51,4 +51,4 @@ INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, descr
VALUES (1, 'biblio', '758', '8', $$Field link and sequence number$$,
TRUE, FALSE, FALSE);
--- COMMIT;
+COMMIT;
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/sql/Pg/upgrade/1159.data.marc21-tag-758.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list