From: Galen Charlton Date: Fri, 11 Aug 2017 19:35:38 +0000 (-0400) Subject: LP#1705524: fix a quoting issue in the DB update scripts X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=46b52535165051a030404fe3e2be641e9e3dd6e9;p=working%2FEvergreen.git LP#1705524: fix a quoting issue in the DB update scripts ... toss enough quotes at the problem, and eventually one will make it to the end. Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/sql/Pg/upgrade/1054.data.tz_org_setting.sql b/Open-ILS/src/sql/Pg/upgrade/1054.data.tz_org_setting.sql index bc33d7f557..8c181868da 100644 --- a/Open-ILS/src/sql/Pg/upgrade/1054.data.tz_org_setting.sql +++ b/Open-ILS/src/sql/Pg/upgrade/1054.data.tz_org_setting.sql @@ -50,14 +50,14 @@ COMMIT; \qecho The following query will adjust all historical, unaged circulations so \qecho that if their due date field is pushed to the end of the day, it is done -\qecho in the circulating library'''s time zone, and not the server time zone. +\qecho in the circulating library''''s time zone, and not the server time zone. \qecho \qecho It is safe to run this after any change to library time zones. \qecho \qecho Running this is not required, as no code before this change has \qecho depended on the time string of '''23:59:59'''. It is also not necessary \qecho if all of your libraries are in the same time zone, and that time zone -\qecho is the same as the database'''s configured time zone. +\qecho is the same as the database''''s configured time zone. \qecho \qecho 'DO $$' \qecho 'declare'