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

Evergreen Git git at git.evergreen-ils.org
Tue Jul 24 17:50:48 EDT 2012


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  8a81d00af028deb2c291d944bfc1d7d73d319685 (commit)
      from  939f1e7d3e12051fa6d49a537de2ab9c00701d6d (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 8a81d00af028deb2c291d944bfc1d7d73d319685
Author: Bill Erickson <berick at esilibrary.com>
Date:   Tue Jun 19 08:45:59 2012 -0400

    2.2 upgrade missing vandelay.authority_match.quality column
    
    This column slipped through the cracks of the 2.1 to 2.2 upgrade.
    
    ALTER TABLE vandelay.authority_match ADD COLUMN quality INTEGER NOT NULL DEFAULT 0;
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql
index f527d29..cc9b4b1 100644
--- a/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql
+++ b/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql
@@ -1975,6 +1975,7 @@ ALTER TABLE vandelay.queued_authority_record
     ADD COLUMN error_detail TEXT;
 
 ALTER TABLE vandelay.authority_match DROP COLUMN matched_attr;
+ALTER TABLE vandelay.authority_match ADD COLUMN quality INTEGER NOT NULL DEFAULT 0;
 
 CREATE OR REPLACE FUNCTION vandelay.cleanup_authority_marc ( ) RETURNS TRIGGER AS $$
 BEGIN

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

Summary of changes:
 .../sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list