SQL: PINES already has these settings
authorChris Sharp <csharp@georgialibraries.org>
Tue, 9 Nov 2021 23:40:22 +0000 (18:40 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 9 Nov 2021 23:43:33 +0000 (18:43 -0500)
Open-ILS/src/sql/Pg/version-upgrade/3.7.0-3.7.1-upgrade-db.sql

index f50b1b1..979e125 100644 (file)
@@ -136,15 +136,15 @@ $f$ LANGUAGE PLPGSQL ROWS 10;
 
 SELECT evergreen.upgrade_deps_block_check('1263', :eg_version);
 
-INSERT INTO config.workstation_setting_type (name, grp, datatype, label)
-VALUES (
-    'eg.catalog.search.form.open', 'gui', 'bool',
-    oils_i18n_gettext(
-        'eg.catalog.search.form.open',
-        'Catalog Search Form Visibility Sticky Setting',
-        'cwst', 'label'
-    )
-);
+--INSERT INTO config.workstation_setting_type (name, grp, datatype, label)
+--VALUES (
+--    'eg.catalog.search.form.open', 'gui', 'bool',
+--    oils_i18n_gettext(
+--        'eg.catalog.search.form.open',
+--        'Catalog Search Form Visibility Sticky Setting',
+--        'cwst', 'label'
+--    )
+--);
 
 
 SELECT evergreen.upgrade_deps_block_check('1264', :eg_version);
@@ -1497,15 +1497,15 @@ DROP FUNCTION evergreen.array_remove_item_by_value(ANYARRAY, ANYELEMENT);
 
 SELECT evergreen.upgrade_deps_block_check('1265', :eg_version);
 
-INSERT INTO config.workstation_setting_type (name, grp, datatype, label)
-VALUES (
-    'eg.orgselect.hopeless.wide_holds', 'gui', 'integer',
-    oils_i18n_gettext(
-        'eg.orgselect.hopeless.wide_holds',
-        'Default org unit for hopeless holds interface',
-        'cwst', 'label'
-    )
-);
+--INSERT INTO config.workstation_setting_type (name, grp, datatype, label)
+--VALUES (
+--    'eg.orgselect.hopeless.wide_holds', 'gui', 'integer',
+--    oils_i18n_gettext(
+--        'eg.orgselect.hopeless.wide_holds',
+--        'Default org unit for hopeless holds interface',
+--        'cwst', 'label'
+--    )
+--);
 
 COMMIT;