[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 8ff28e94b22323850b158e5a82356f1feb376e2e

Evergreen Git git at git.evergreen-ils.org
Mon Jun 25 10:48:10 EDT 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_2 has been updated
       via  8ff28e94b22323850b158e5a82356f1feb376e2e (commit)
      from  607e939ad6056b31fe12d2982201a6d92a914d0e (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 8ff28e94b22323850b158e5a82356f1feb376e2e
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Jun 18 10:11:17 2012 -0400

    lp#1014664: add new columns to CDBI table definitions
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/action.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/action.pm
index 2fbba74..4868664 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/action.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/action.pm
@@ -95,10 +95,10 @@ __PACKAGE__->columns(Primary => 'id');
 __PACKAGE__->columns(Essential => qw/request_time capture_time fulfillment_time
 				     prev_check_time expire_time requestor usr cancel_cause
 				     hold_type holdable_formats target cancel_time shelf_time
-				     phone_notify email_notify selection_depth cancel_note
+				     phone_notify email_notify sms_notify sms_carrier selection_depth cancel_note
 				     pickup_lib current_copy request_lib frozen thaw_date mint_condition
 				     fulfillment_staff fulfillment_lib selection_ou cut_in_line
-					 shelf_expire_time/);
+					 shelf_expire_time current_shelf_lib/);
 
 #-------------------------------------------------------------------------------
 
diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/actor.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/actor.pm
index d0e38b6..57146c6 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/actor.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/actor.pm
@@ -19,7 +19,7 @@ __PACKAGE__->columns( Essential => qw/usrname email first_given_name
 				super_user usrgroup passwd card last_xact_id
 				standing barred profile prefix suffix alert_message
 				day_phone evening_phone other_phone mailing_address
-				claims_never_checked_out_count/ );
+				claims_never_checked_out_count last_update_time/ );
 
 #-------------------------------------------------------------------------------
 package actor::usr_org_unit_opt_in;

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

Summary of changes:
 .../lib/OpenILS/Application/Storage/CDBI/action.pm |    4 ++--
 .../lib/OpenILS/Application/Storage/CDBI/actor.pm  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list