[open-ils-commits] [GIT] Evergreen ILS branch master updated. e66ddf9cc5f5e1415deb6cc8dce3c7d4ac50b2e7
Evergreen Git
git at git.evergreen-ils.org
Wed Jul 17 17:15:23 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, master has been updated
via e66ddf9cc5f5e1415deb6cc8dce3c7d4ac50b2e7 (commit)
from 32c56dcaa86dfdab0cf6d62d4eeda98a83ed2272 (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 e66ddf9cc5f5e1415deb6cc8dce3c7d4ac50b2e7
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