[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 7d20f8387ff7d515a1719e3e877c49661254565f

Evergreen Git git at git.evergreen-ils.org
Tue Jul 24 17:50:59 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, rel_2_2 has been updated
       via  7d20f8387ff7d515a1719e3e877c49661254565f (commit)
      from  353cb815ee60a57bc4cb50e498de2642292d5ef5 (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 7d20f8387ff7d515a1719e3e877c49661254565f
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