fix setting type
authorChris Sharp <csharp@georgialibraries.org>
Tue, 6 Jul 2021 15:32:03 +0000 (11:32 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2022 20:07:57 +0000 (15:07 -0500)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.student_cards.sql

index b8bfdf8..78208be 100644 (file)
@@ -5812,7 +5812,7 @@ INSERT into config.org_unit_setting_type
     oils_i18n_gettext('circ.patron.default_student_card_profile',
         'Default user permission profile assigned to new student card accounts',
         'coust', 'description'),
-    'bool', null)
+    'link', 'pgt')
 ;
 
 UPDATE config.org_unit_setting_type
index 4a1334e..6dc5aa1 100644 (file)
@@ -54,7 +54,7 @@ INSERT INTO config.org_unit_setting_type
     oils_i18n_gettext('circ.patron.default_student_card_profile',
         'Default user permission profile assigned to new student card accounts',
         'coust', 'description'),
-    'bool', null);
+    'link', 'pgt');
 
 
 COMMIT;