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

Evergreen Git git at git.evergreen-ils.org
Wed May 18 12:40:43 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  4abc3d760e90fcfad5676e8564bca3375736198b (commit)
      from  652a342c0371595a82e587b3e877e7ca9c14655e (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 4abc3d760e90fcfad5676e8564bca3375736198b
Author: Mike Rylander <mrylander at gmail.com>
Date:   Wed May 18 12:39:31 2011 -0400

    We need to update config.upgrade_log
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0527.schema.matrix-bib_level.sql b/Open-ILS/src/sql/Pg/upgrade/0527.schema.matrix-bib_level.sql
index ffe5269..89c46a9 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0527.schema.matrix-bib_level.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0527.schema.matrix-bib_level.sql
@@ -1,5 +1,7 @@
 BEGIN;
 
+INSERT INTO config.upgrade_log (version) VALUES ('0527');
+
 ALTER TABLE config.circ_matrix_weights ADD COLUMN marc_bib_level NUMERIC(6,2) NOT NULL DEFAULT 0.0;
 
 UPDATE config.circ_matrix_weights

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

Summary of changes:
 .../Pg/upgrade/0527.schema.matrix-bib_level.sql    |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list