From: Bill Erickson Date: Wed, 31 Aug 2016 14:40:04 +0000 (-0400) Subject: JBAS-1419 CO history statement timeout X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5335c82f2c8c702f6cf3b960c94bea9e9c06a731;p=working%2FEvergreen.git JBAS-1419 CO history statement timeout Signed-off-by: Bill Erickson --- diff --git a/KCLS/sql/schema/deploy/patron-co-history-table.sql b/KCLS/sql/schema/deploy/patron-co-history-table.sql index 89a1fa8331..c364bd9cd6 100644 --- a/KCLS/sql/schema/deploy/patron-co-history-table.sql +++ b/KCLS/sql/schema/deploy/patron-co-history-table.sql @@ -3,6 +3,8 @@ BEGIN; +SET STATEMENT_TIMEOUT = 0; + \set eg_version '''2.7.8''' SELECT evergreen.upgrade_deps_block_check('0960', :eg_version);