[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. bc5f5135d0314c8a015c6b453c66e3f3da09fd1a

Evergreen Git git at git.evergreen-ils.org
Fri Jun 10 09:24:23 EDT 2016


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_10 has been updated
       via  bc5f5135d0314c8a015c6b453c66e3f3da09fd1a (commit)
      from  79c125c34b6591684a4c78eec4c27e011d8dc4bf (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 bc5f5135d0314c8a015c6b453c66e3f3da09fd1a
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Apr 4 17:31:58 2016 -0400

    LP#1566016: remove SSN as a stock ident type
    
    This patch removes the SSN (Social Security Number) as a stock
    patron identification type, as it is no longer recommended
    practice for libraries to store SSNs.
    
    To test:
    
    [1] Verify that in a fresh installation of Evergreen that
        has this patch in place, that SSN is no longer listed
        as a patron identification type.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Kathy Lussier <klussier at masslnc.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 eae5327..b688739 100644
--- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@ -249,8 +249,6 @@ SELECT SETVAL('config.non_cataloged_type_id_seq'::TEXT, 100);
 INSERT INTO config.identification_type ( id, name ) VALUES 
     ( 1, oils_i18n_gettext(1, 'Drivers License', 'cit', 'name') );
 INSERT INTO config.identification_type ( id, name ) VALUES 
-    ( 2, oils_i18n_gettext(2, 'SSN', 'cit', 'name') );
-INSERT INTO config.identification_type ( id, name ) VALUES 
     ( 3, oils_i18n_gettext(3, 'Other', 'cit', 'name') );
 SELECT SETVAL('config.identification_type_id_seq'::TEXT, 100);
 

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

Summary of changes:
 Open-ILS/src/sql/Pg/950.data.seed-values.sql |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list