From 46b52535165051a030404fe3e2be641e9e3dd6e9 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 11 Aug 2017 15:35:38 -0400 Subject: [PATCH] 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 --- Open-ILS/src/sql/Pg/upgrade/1054.data.tz_org_setting.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' -- 2.43.2