[open-ils-commits] r19531 - trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI (gmc)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Feb 24 11:50:58 EST 2011
Author: gmc
Date: 2011-02-24 11:50:55 -0500 (Thu, 24 Feb 2011)
New Revision: 19531
Modified:
trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/action.pm
trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/actor.pm
Log:
added missing columns to CDBI table definitions
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
Modified: trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/action.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/action.pm 2011-02-24 15:36:18 UTC (rev 19530)
+++ trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/action.pm 2011-02-24 16:50:55 UTC (rev 19531)
@@ -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: trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/actor.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/actor.pm 2011-02-24 15:36:18 UTC (rev 19530)
+++ trunk/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/actor.pm 2011-02-24 16:50:55 UTC (rev 19531)
@@ -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