From bd8b40c6e2421215a4e399c53e863d3a7b883ece Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 12 Aug 2011 08:40:31 -0400 Subject: [PATCH] Removed errant '-' causing sql syntax failure Signed-off-by: Bill Erickson --- Open-ILS/src/sql/Pg/upgrade/0594.schema.acp_status_date_changed.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/sql/Pg/upgrade/0594.schema.acp_status_date_changed.sql b/Open-ILS/src/sql/Pg/upgrade/0594.schema.acp_status_date_changed.sql index c55abd8d43..b38d4d4135 100644 --- a/Open-ILS/src/sql/Pg/upgrade/0594.schema.acp_status_date_changed.sql +++ b/Open-ILS/src/sql/Pg/upgrade/0594.schema.acp_status_date_changed.sql @@ -2,7 +2,7 @@ -- -- Change trigger which updates copy status_changed_time to ignore the -- Reshelving->Available status rollover --BEGIN; +BEGIN; -- FIXME: 0039.schema.acp_status_date_changed.sql defines this the first time -- around, but along with the column itself, etc. And it gets modified with -- 2.11.0