[open-ils-commits] [GIT] Evergreen ILS branch rel_2_7 updated. 888e54be1a819bb93558a461dfa6eadf5f5ed912
Evergreen Git
git at git.evergreen-ils.org
Sat Feb 28 12:27:19 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_7 has been updated
via 888e54be1a819bb93558a461dfa6eadf5f5ed912 (commit)
from f847a92ddbd2e3231f48fa73ccfe6a9b9c769d78 (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 888e54be1a819bb93558a461dfa6eadf5f5ed912
Author: Ben Shum <bshum at biblio.org>
Date: Sat Feb 28 12:24:31 2015 -0500
LP#1426133: followup fix seed data sequence
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
index 41bd54d..834921a 100644
--- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@ -12636,7 +12636,7 @@ INSERT INTO vandelay.merge_profile (id, owner, name, replace_spec)
INSERT INTO vandelay.merge_profile (id, owner, name, preserve_spec)
VALUES (2, 1, oils_i18n_gettext(2, 'Full Overlay', 'vmp', 'name'), '901c');
-SELECT SETVAL('vandelay.merge_profile'::TEXT, 100);
+SELECT SETVAL('vandelay.merge_profile_id_seq'::TEXT, 100);
-- user activity seed data --
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/sql/Pg/950.data.seed-values.sql | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list