[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 708d76b121bbf73e61ea57198d30d808f9f53b3c

Evergreen Git git at git.evergreen-ils.org
Wed Jul 13 10:27:05 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, rel_2_0 has been updated
       via  708d76b121bbf73e61ea57198d30d808f9f53b3c (commit)
       via  581ec7cf25074b8c6911366026ca3ee68f109452 (commit)
      from  04e1fa9a22704104b3681d37a7f98d8005826390 (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 708d76b121bbf73e61ea57198d30d808f9f53b3c
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Jul 13 11:00:27 2011 -0400

    for realz, this time
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0576.fix_maintain_901_quoting.sql b/Open-ILS/src/sql/Pg/upgrade/0576.fix_maintain_901_quoting.sql
index 9d99969..9858c37 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0576.fix_maintain_901_quoting.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0576.fix_maintain_901_quoting.sql
@@ -6,7 +6,7 @@
 BEGIN;
 
 -- check whether patch can be applied
-SELECT evergreen.upgrade_deps_block_check('0576');
+INSERT INTO config.upgrade_log (version) VALUES ('0576');
 
 CREATE OR REPLACE FUNCTION evergreen.maintain_901 () RETURNS TRIGGER AS $func$
 DECLARE

commit 581ec7cf25074b8c6911366026ca3ee68f109452
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Jul 13 10:59:15 2011 -0400

    fix backporting thinko
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0576.fix_maintain_901_quoting.sql b/Open-ILS/src/sql/Pg/upgrade/0576.fix_maintain_901_quoting.sql
index 7e8e87f..9d99969 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0576.fix_maintain_901_quoting.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0576.fix_maintain_901_quoting.sql
@@ -6,7 +6,7 @@
 BEGIN;
 
 -- check whether patch can be applied
-SELECT evergreen.upgrade_deps_block_check('0576', :eg_version);
+SELECT evergreen.upgrade_deps_block_check('0576');
 
 CREATE OR REPLACE FUNCTION evergreen.maintain_901 () RETURNS TRIGGER AS $func$
 DECLARE

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

Summary of changes:
 .../Pg/upgrade/0576.fix_maintain_901_quoting.sql   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list