LP#1915219: remove nonexistent setting group from user setting for overdue notices
authorJeff Davis <jdavis@sitka.bclibraries.ca>
Fri, 12 Feb 2021 23:01:22 +0000 (15:01 -0800)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 4 Mar 2021 15:44:19 +0000 (10:44 -0500)
Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.data.overdue-email-opt-in-setting.sql

index 500d8a5..781781b 100644 (file)
@@ -3029,7 +3029,6 @@ INSERT INTO config.usr_setting_type (
     opac_visible,
     label,
     description,
-    grp,
     datatype,
     reg_default
 ) VALUES (
@@ -3047,7 +3046,6 @@ INSERT INTO config.usr_setting_type (
         'cust',
         'description'
     ),
-    'circ',
     'bool',
     'true'
 );
index ddae2ef..daf548e 100644 (file)
@@ -7,7 +7,6 @@ INSERT INTO config.usr_setting_type (
     opac_visible,
     label,
     description,
-    grp,
     datatype,
     reg_default
 ) VALUES (
@@ -25,7 +24,6 @@ INSERT INTO config.usr_setting_type (
         'cust',
         'description'
     ),
-    'circ',
     'bool',
     'true'
 );