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

Evergreen Git git at git.evergreen-ils.org
Tue Jun 21 17:17:19 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  3d2301405894b7fb75fd551c9138b2ca9b63e8f5 (commit)
      from  4c21518b658e7c56b819acb78b626a239a13ca24 (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 3d2301405894b7fb75fd551c9138b2ca9b63e8f5
Author: Bill Erickson <berick at esilibrary.com>
Date:   Tue Jun 21 17:05:42 2011 -0400

    Update serial.unit auditor table along w/ asset.copy change
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0562.schema.copy_active_date.sql b/Open-ILS/src/sql/Pg/upgrade/0562.schema.copy_active_date.sql
index 8bfc1dc..c2cffff 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0562.schema.copy_active_date.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0562.schema.copy_active_date.sql
@@ -13,6 +13,9 @@ ALTER TABLE asset.copy
 ALTER TABLE auditor.asset_copy_history
     ADD COLUMN active_date TIMESTAMP WITH TIME ZONE;
 
+ALTER TABLE auditor.serial_unit_history
+    ADD COLUMN active_date TIMESTAMP WITH TIME ZONE;
+
 ALTER TABLE config.copy_status
     ADD COLUMN copy_active BOOL NOT NULL DEFAULT FALSE;
 

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

Summary of changes:
 .../Pg/upgrade/0562.schema.copy_active_date.sql    |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list