[open-ils-commits] [GIT] Evergreen ILS branch master updated. a2b820db79bafce2e642b4455841460ca874f0ef
Evergreen Git
git at git.evergreen-ils.org
Sat Feb 28 12:27:18 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 a2b820db79bafce2e642b4455841460ca874f0ef (commit)
from f0c5d6d855917efc05543db9ba985aeab2ecf6ac (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 a2b820db79bafce2e642b4455841460ca874f0ef
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 fa7fcc3..74d6539 100644
--- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@ -12646,7 +12646,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