added missing columns to CDBI table definitions
authorgmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 24 Feb 2011 16:50:55 +0000 (16:50 +0000)
committergmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 24 Feb 2011 16:50:55 +0000 (16:50 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

git-svn-id: svn://svn.open-ils.org/ILS/trunk@19531 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 8346ea4..99772dc 100644 (file)
@@ -97,7 +97,8 @@ __PACKAGE__->columns(Essential => qw/request_time capture_time fulfillment_time
                                     hold_type holdable_formats target cancel_time shelf_time
                                     phone_notify email_notify selection_depth cancel_note
                                     pickup_lib current_copy request_lib frozen thaw_date mint_condition
-                                    fulfillment_staff fulfillment_lib selection_ou cut_in_line/);
+                                    fulfillment_staff fulfillment_lib selection_ou cut_in_line
+                                        shelf_expire_time/);
 
 #-------------------------------------------------------------------------------
 
index 598fba9..392febe 100644 (file)
@@ -18,7 +18,8 @@ __PACKAGE__->columns( Essential => qw/usrname email first_given_name
                                photo_url create_date expire_date credit_forward_balance
                                super_user usrgroup passwd card last_xact_id
                                standing barred profile prefix suffix alert_message
-                               day_phone evening_phone other_phone mailing_address/ );
+                               day_phone evening_phone other_phone mailing_address
+                               claims_never_checked_out_count/ );
 
 #-------------------------------------------------------------------------------
 package actor::usr_org_unit_opt_in;