[open-ils-commits] [GIT] Evergreen ILS branch master updated. 5d9bc6600a40c1ade1387b45edb64dc8fa39543d

Evergreen Git git at git.evergreen-ils.org
Fri Sep 6 23:37:20 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  5d9bc6600a40c1ade1387b45edb64dc8fa39543d (commit)
      from  24f13684703b56a4389db967b224074098d909cd (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 5d9bc6600a40c1ade1387b45edb64dc8fa39543d
Author: Ben Shum <ben at evergreener.net>
Date:   Fri Sep 6 23:32:42 2019 -0400

    LP#1816475: Cleanup 950.data.seed-values.sql
    
    When this branch was committed, some old seed data snuck back into
    the file from LP#1759343 cleanup commit (eee5c5948ca).  Remove the
    extra code to prevent duplicate INSERT errors.
    
    Signed-off-by: Ben Shum <ben at evergreener.net>

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 ae42bdf0dc..daf37c36d3 100644
--- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@ -20197,19 +20197,6 @@ $TEMPLATE$
 -- Allow for 1k stock templates
 SELECT SETVAL('config.print_template_id_seq'::TEXT, 1000);
 
-INSERT INTO config.workstation_setting_type
-    (name, grp, datatype, label)
-VALUES (
-    'eg.grid.circ.patron.group_members', 'gui', 'object',
-    oils_i18n_gettext(
-    'eg.grid.circ.patron.group_members',
-    'Grid Config: circ.patron.group_members',
-    'cwst', 'label')
-);
-
-INSERT INTO config.workstation_setting_type (name,label,grp,datatype)
-VALUES ('eg.circ.bills.annotatepayment','Bills: Annotate Payment', 'circ', 'bool');
-
 INSERT INTO config.workstation_setting_type (name, grp, datatype, label)
 VALUES (
     'eg.grid.booking.manage', 'gui', 'object',

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/sql/Pg/950.data.seed-values.sql | 13 -------------
 1 file changed, 13 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list