[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 1fc6e778db6ba859c63c20a799e7c4b2cb331837

Evergreen Git git at git.evergreen-ils.org
Mon Jan 9 15:55:16 EST 2012


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  1fc6e778db6ba859c63c20a799e7c4b2cb331837 (commit)
      from  426f01667cf17331e31666788fbae4d44449410a (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 1fc6e778db6ba859c63c20a799e7c4b2cb331837
Author: Mike Rylander <mrylander at gmail.com>
Date:   Mon Jan 9 15:53:28 2012 -0500

    Placeholder upgrade script for late-backport of a fix for 2.0
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/sql/Pg/002.schema.config.sql b/Open-ILS/src/sql/Pg/002.schema.config.sql
index 2257dc2..177bbc6 100644
--- a/Open-ILS/src/sql/Pg/002.schema.config.sql
+++ b/Open-ILS/src/sql/Pg/002.schema.config.sql
@@ -57,7 +57,7 @@ CREATE TABLE config.upgrade_log (
     install_date    TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW()
 );
 
-INSERT INTO config.upgrade_log (version) VALUES ('0658'); -- jamesrf/dbs
+INSERT INTO config.upgrade_log (version) VALUES ('0665'); -- phasefx/miker
 
 CREATE TABLE config.bib_source (
 	id		SERIAL	PRIMARY KEY,
diff --git a/Open-ILS/src/sql/Pg/upgrade/0665.schema.placelholder.sql b/Open-ILS/src/sql/Pg/upgrade/0665.schema.placelholder.sql
new file mode 100644
index 0000000..fb3bd43
--- /dev/null
+++ b/Open-ILS/src/sql/Pg/upgrade/0665.schema.placelholder.sql
@@ -0,0 +1,4 @@
+-- Placeholder for backported fix
+BEGIN;
+SELECT evergreen.upgrade_deps_block_check('0665', :eg_version);
+COMMIT;

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/sql/Pg/002.schema.config.sql          |    2 +-
 .../sql/Pg/upgrade/0665.schema.placelholder.sql    |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)
 create mode 100644 Open-ILS/src/sql/Pg/upgrade/0665.schema.placelholder.sql


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list