Removed errant '-' causing sql syntax failure
authorBill Erickson <berick@esilibrary.com>
Fri, 12 Aug 2011 12:40:31 +0000 (08:40 -0400)
committerBill Erickson <berick@esilibrary.com>
Fri, 12 Aug 2011 12:40:31 +0000 (08:40 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/sql/Pg/upgrade/0594.schema.acp_status_date_changed.sql

index c55abd8..b38d4d4 100644 (file)
@@ -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