[open-ils-commits] [GIT] Evergreen ILS branch master updated. 009f27d2f1d9a42966ee753f8f98be8f5fe45164
Evergreen Git
git at git.evergreen-ils.org
Tue Nov 1 16:19:05 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, master has been updated
via 009f27d2f1d9a42966ee753f8f98be8f5fe45164 (commit)
from 738357a7012fa033b8e0ca380b4bba227326b345 (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 009f27d2f1d9a42966ee753f8f98be8f5fe45164
Author: Jason Etheridge <jason at esilibrary.com>
Date: Tue Nov 1 16:18:37 2011 -0400
forgot to update upgrade_log
Signed-off-by: Jason Etheridge <jason at esilibrary.com>
diff --git a/Open-ILS/src/sql/Pg/002.schema.config.sql b/Open-ILS/src/sql/Pg/002.schema.config.sql
index 31a7ac4..885c4ac 100644
--- a/Open-ILS/src/sql/Pg/002.schema.config.sql
+++ b/Open-ILS/src/sql/Pg/002.schema.config.sql
@@ -86,7 +86,7 @@ CREATE TRIGGER no_overlapping_deps
BEFORE INSERT OR UPDATE ON config.db_patch_dependencies
FOR EACH ROW EXECUTE PROCEDURE evergreen.array_overlap_check ('deprecates');
-INSERT INTO config.upgrade_log (version, applied_to) VALUES ('0644', :eg_version); -- senator/miker
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('0645', :eg_version); -- miker/phasefx
CREATE TABLE config.bib_source (
id SERIAL PRIMARY KEY,
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/sql/Pg/002.schema.config.sql | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list