[open-ils-commits] [GIT] Evergreen ILS branch master updated. 347e376ee8e2ce9967ddd446376721f0e637340a
Evergreen Git
git at git.evergreen-ils.org
Thu Aug 22 12:20:55 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 347e376ee8e2ce9967ddd446376721f0e637340a (commit)
from 80e3f6f63a6e8ce422e6b2e1f7c981a7c2e5ff49 (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 347e376ee8e2ce9967ddd446376721f0e637340a
Author: Ben Shum <bshum at biblio.org>
Date: Thu Aug 22 12:16:39 2013 -0400
Add placeholder file for 0821 upgrade script
0821 was added as a backport fix for 2.3 and 2.4, but not master.
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/src/sql/Pg/upgrade/0821.function.browse-normalize-timing.sql b/Open-ILS/src/sql/Pg/upgrade/0821.function.browse-normalize-timing.sql
new file mode 100644
index 0000000..b35378e
--- /dev/null
+++ b/Open-ILS/src/sql/Pg/upgrade/0821.function.browse-normalize-timing.sql
@@ -0,0 +1,10 @@
+BEGIN;
+
+SELECT evergreen.upgrade_deps_block_check('0821', :eg_version);
+
+-- Placeholder script for 0821 which was backported for fixing 2.3 and 2.4
+-- only, and not master.
+
+-- Nothing to do here.
+
+COMMIT;
-----------------------------------------------------------------------
Summary of changes:
.../0821.function.browse-normalize-timing.sql | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
create mode 100644 Open-ILS/src/sql/Pg/upgrade/0821.function.browse-normalize-timing.sql
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list