lp#1014664: add new columns to CDBI table definitions
authorGalen Charlton <gmc@esilibrary.com>
Mon, 18 Jun 2012 14:11:17 +0000 (10:11 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 25 Jun 2012 14:47:29 +0000 (10:47 -0400)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>

Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/action.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/actor.pm

index 2fbba74..4868664 100644 (file)
@@ -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/);
 
 #-------------------------------------------------------------------------------
 
index d0e38b6..57146c6 100644 (file)
@@ -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;