[open-ils-commits] [GIT] Evergreen ILS branch rel_2_6 updated. 81fe9936fab06fa5259f713c02a71b75212fba72

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_6 has been updated
       via  81fe9936fab06fa5259f713c02a71b75212fba72 (commit)
      from  7f33a27de0fd6362e5cb63252f9f95c511336126 (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 81fe9936fab06fa5259f713c02a71b75212fba72
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 4e22bca..3f61b07 100644
--- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@ -12614,7 +12614,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