[open-ils-commits] [GIT] Evergreen ILS branch master updated. 8de304ac0b98147ab327954d7d2e9e5d4460a469

Evergreen Git git at git.evergreen-ils.org
Mon Jul 18 11:44:27 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  8de304ac0b98147ab327954d7d2e9e5d4460a469 (commit)
      from  62934868d7a42d450539166c70d97d07229c7122 (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 8de304ac0b98147ab327954d7d2e9e5d4460a469
Author: Dan Scott <dan at coffeecode.net>
Date:   Mon Jul 18 11:43:13 2011 -0400

    Remove extraneous COMMIT message in 950 seed data
    
    The extra COMMIT message didn't hurt when creating a new schema, but did
    result in a warning message that could cause confusion. So, get rid of
    it to avoid that.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
index d53e057..9cf3bbc 100644
--- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@ -2750,9 +2750,8 @@ INSERT into config.org_unit_setting_type
 ( 'org.patron_opt_default',
     oils_i18n_gettext( 'org.patron_opt_default', 'Circ: Patron Opt-In Default', 'coust', 'label'),
     oils_i18n_gettext( 'org.patron_opt_default', 'This is the default depth at which a patron is opted in; it is calculated as an org unit relative to the current workstation.', 'coust', 'label'),
-    'integer');
+    'integer')
 
-COMMIT;
 ;
 
 UPDATE config.org_unit_setting_type

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

Summary of changes:
 Open-ILS/src/sql/Pg/950.data.seed-values.sql |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list