LP#1915219: remove nonexistent setting group from user setting for overdue notices user/gcollum/lp1915219-overdue-email-opt-in-setting-signoff
authorJeff Davis <jdavis@sitka.bclibraries.ca>
Fri, 12 Feb 2021 23:01:22 +0000 (15:01 -0800)
committerGarry Collum <gcollum@gmail.com>
Sat, 13 Feb 2021 18:46:37 +0000 (13:46 -0500)
Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
Signed-off-by: Garry Collum <gcollum@gmail.com>
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 0ebda3b..b72a66c 100644 (file)
@@ -3027,7 +3027,6 @@ INSERT INTO config.usr_setting_type (
     opac_visible,
     label,
     description,
-    grp,
     datatype,
     reg_default
 ) VALUES (
@@ -3045,7 +3044,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'
 );