[open-ils-commits] [GIT] Evergreen ILS branch rel_2_4 updated. da846d1380832beec025a825e35fca84e420fab4

Evergreen Git git at git.evergreen-ils.org
Wed Jul 17 17:16:14 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_4 has been updated
       via  da846d1380832beec025a825e35fca84e420fab4 (commit)
      from  901ee74225f7ae4584cf46b9da0f34f2c3b37360 (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 da846d1380832beec025a825e35fca84e420fab4
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>

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;
 
diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.4.0-2.4.1-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.4.0-2.4.1-upgrade-db.sql
index c6394d2..6a8a08b 100644
--- a/Open-ILS/src/sql/Pg/version-upgrade/2.4.0-2.4.1-upgrade-db.sql
+++ b/Open-ILS/src/sql/Pg/version-upgrade/2.4.0-2.4.1-upgrade-db.sql
@@ -272,8 +272,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 --
 .../Pg/version-upgrade/2.4.0-2.4.1-upgrade-db.sql  |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list