[open-ils-commits] r19533 - branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI (gmc)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Feb 24 11:53:15 EST 2011


Author: gmc
Date: 2011-02-24 11:53:12 -0500 (Thu, 24 Feb 2011)
New Revision: 19533

Modified:
   branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm
   branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/actor.pm
Log:
added missing columns to CDBI table definitions

Signed-off-by: Galen Charlton <gmc at esilibrary.com>

Modified: branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm
===================================================================
--- branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm	2011-02-24 16:52:43 UTC (rev 19532)
+++ branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm	2011-02-24 16:53:12 UTC (rev 19533)
@@ -97,7 +97,8 @@
 				     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/);
 
 #-------------------------------------------------------------------------------
 

Modified: branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/actor.pm
===================================================================
--- branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/actor.pm	2011-02-24 16:52:43 UTC (rev 19532)
+++ branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/actor.pm	2011-02-24 16:53:12 UTC (rev 19533)
@@ -18,7 +18,8 @@
 				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;



More information about the open-ils-commits mailing list