[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. ee1d760f4f49412ceed8a24448173e88a4f9b2cd

Evergreen Git git at git.evergreen-ils.org
Wed Jul 13 10:26:29 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_1 has been updated
       via  ee1d760f4f49412ceed8a24448173e88a4f9b2cd (commit)
      from  94e41537ccbd2e66586879164cdd59e7ccd2e02c (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 ee1d760f4f49412ceed8a24448173e88a4f9b2cd
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

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

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