[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 67d0d6c4da8d805cdc5bb7347d6214e39d04ebca
Evergreen Git
git at git.evergreen-ils.org
Tue May 24 23:23:15 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 67d0d6c4da8d805cdc5bb7347d6214e39d04ebca (commit)
from 12ff8a789128e165c11151a1ceee96a68bb63b40 (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 67d0d6c4da8d805cdc5bb7347d6214e39d04ebca
Author: Dan Scott <dan at coffeecode.net>
Date: Tue May 24 23:22:32 2011 -0400
Use the correct upgrade log format for rel_2_1
Signed-off-by: Dan Scott <dan at coffeecode.net>
diff --git a/Open-ILS/src/sql/Pg/upgrade/0541.schema.call_number_honor_default_class.sql b/Open-ILS/src/sql/Pg/upgrade/0541.schema.call_number_honor_default_class.sql
index 9b6f5c9..47afb5d 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0541.schema.call_number_honor_default_class.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0541.schema.call_number_honor_default_class.sql
@@ -1,6 +1,6 @@
BEGIN;
-SELECT evergreen.upgrade_deps_block_check('0541', :eg_version); -- dbwells
+INSERT INTO config.upgrade_log (version) VALUES ('0541'); -- dbwells
ALTER TABLE asset.call_number ALTER COLUMN label_class DROP DEFAULT;
-----------------------------------------------------------------------
Summary of changes:
...0541.schema.call_number_honor_default_class.sql | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list