removing hopeless holds changes from post-upgrade script
authorChris Sharp <csharp@georgialibraries.org>
Tue, 14 Jan 2020 15:50:49 +0000 (10:50 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 16 Mar 2020 21:15:49 +0000 (17:15 -0400)
Open-ILS/src/sql/Pg/version-upgrade/pines-post-3.4-upgrade.sql

index e0ba4b1..ee884ef 100644 (file)
@@ -75,20 +75,20 @@ insert into config.hold_matrix_matchpoint (
        false
 );
 
--- hopeless holds
-
-INSERT into config.workstation_setting_type (name, grp, datatype, label)
-VALUES (
-    'eg.grid.hopeless.wide_holds', 'gui', 'object',
-    oils_i18n_gettext(
-        'eg.grid.hopeless.wide_holds',
-        'Grid Config: hopeless.wide_holds',
-        'cwst', 'label'
-    )
-);
-
-ALTER TABLE config.copy_status ADD COLUMN hopeless_prone BOOL NOT NULL DEFAULT FALSE; -- 002.schema.config.sql
-ALTER TABLE action.hold_request ADD COLUMN hopeless_date TIMESTAMP WITH TIME ZONE; -- 090.schema.action.sql
+-- hopeless holds - delayed this because of concerning log errors
+
+--INSERT into config.workstation_setting_type (name, grp, datatype, label)
+--VALUES (
+--    'eg.grid.hopeless.wide_holds', 'gui', 'object',
+--    oils_i18n_gettext(
+--        'eg.grid.hopeless.wide_holds',
+--        'Grid Config: hopeless.wide_holds',
+--        'cwst', 'label'
+--    )
+--);
+--
+--ALTER TABLE config.copy_status ADD COLUMN hopeless_prone BOOL NOT NULL DEFAULT FALSE; -- 002.schema.config.sql
+--ALTER TABLE action.hold_request ADD COLUMN hopeless_date TIMESTAMP WITH TIME ZONE; -- 090.schema.action.sql
 
 -- OpenAthens