[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. f81737c0084a6189d278486bfa15bdb2c516d6f8

Evergreen Git git at git.evergreen-ils.org
Sun Nov 18 12:48:12 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_3 has been updated
       via  f81737c0084a6189d278486bfa15bdb2c516d6f8 (commit)
      from  b7f049cc9cd4793cd6a6ca2fd08c448e70b1a31a (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 f81737c0084a6189d278486bfa15bdb2c516d6f8
Author: Dan Scott <dscott at laurentian.ca>
Date:   Wed Sep 26 23:25:53 2012 -0400

    Apply the 0715 update for acq settings_group
    
    We add the 'acq' config.settings_group in the seed data, and add the
    other settings groups in the 2.1-2.2 upgrade script, but need to add the
    acq settings_group to the 2.1-2.2 upgrade script.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql
index bd7b2b9..8c88ab3 100644
--- a/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql
+++ b/Open-ILS/src/sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql
@@ -12418,6 +12418,15 @@ INSERT INTO permission.perm_list ( id, code, description )
         )
     );
 
+-- 0715.data.add_acq_config_group
+SELECT evergreen.upgrade_deps_block_check('0715', :eg_version);
+
+INSERT INTO config.settings_group (name, label) VALUES
+('acq', oils_i18n_gettext('config.settings_group.system', 'Acquisitions', 'coust', 'label'));
+
+UPDATE config.org_unit_setting_type
+    SET grp = 'acq'
+    WHERE name LIKE 'acq%';
 
 -- Evergreen DB patch 0716.coded_value_map_id_seq_fix.sql
 

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

Summary of changes:
 .../sql/Pg/version-upgrade/2.1-2.2-upgrade-db.sql  |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list