[open-ils-commits] [GIT] Evergreen ILS branch master updated. bd8b40c6e2421215a4e399c53e863d3a7b883ece

Evergreen Git git at git.evergreen-ils.org
Fri Aug 12 08:40:49 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  bd8b40c6e2421215a4e399c53e863d3a7b883ece (commit)
      from  48612c1974a36a3a17c26e2e083fe239cc06e3fa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bd8b40c6e2421215a4e399c53e863d3a7b883ece
Author: Bill Erickson <berick at esilibrary.com>
Date:   Fri Aug 12 08:40:31 2011 -0400

    Removed errant '-' causing sql syntax failure
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

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 c55abd8..b38d4d4 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

-----------------------------------------------------------------------

Summary of changes:
 .../0594.schema.acp_status_date_changed.sql        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list