LP#1566016: remove SSN as a stock ident type
authorGalen Charlton <gmc@esilibrary.com>
Mon, 4 Apr 2016 21:31:58 +0000 (17:31 -0400)
committerKathy Lussier <klussier@masslnc.org>
Fri, 10 Jun 2016 12:58:43 +0000 (08:58 -0400)
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@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index f98044f..9c59fa3 100644 (file)
@@ -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);