[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 1f99bc8a85d56f9de3089ca38e9f88dc95f661e3

Evergreen Git git at git.evergreen-ils.org
Wed Jul 17 17:40:07 EDT 2013


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_3 has been updated
       via  1f99bc8a85d56f9de3089ca38e9f88dc95f661e3 (commit)
      from  23aaa8d3e29d59eab60e75ca7070e0a9f885fe76 (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 1f99bc8a85d56f9de3089ca38e9f88dc95f661e3
Author: Mike Rylander <mrylander at gmail.com>
Date:   Wed Jul 17 17:13:57 2013 -0400

    Explicit function ownership is not the job of upgrade scripts
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>
    
    Conflicts:
    	Open-ILS/src/sql/Pg/version-upgrade/2.4.0-2.4.1-upgrade-db.sql
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0811.function.copy_related_hold_stats.sql b/Open-ILS/src/sql/Pg/upgrade/0811.function.copy_related_hold_stats.sql
index 81b7b93..e7925d8 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0811.function.copy_related_hold_stats.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0811.function.copy_related_hold_stats.sql
@@ -53,8 +53,6 @@ END;
 $BODY$
   LANGUAGE plpgsql VOLATILE
   COST 100;
-ALTER FUNCTION action.copy_related_hold_stats(bigint)
-  OWNER TO evergreen;
 
 COMMIT;
 

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

Summary of changes:
 .../0811.function.copy_related_hold_stats.sql      |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list