From 040fbf10b55f401b2f00fd4da75cbd8a3a866442 Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 5 Dec 2007 17:41:44 +0000 Subject: [PATCH] add the deleted field to the CDBI field list git-svn-id: svn://svn.open-ils.org/ILS/trunk@8141 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/actor.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/actor.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/actor.pm index 9f7ba25cf0..b5eb0567a4 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/actor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/actor.pm @@ -12,7 +12,7 @@ __PACKAGE__->table( 'actor_usr' ); __PACKAGE__->columns( Primary => qw/id/ ); __PACKAGE__->columns( Essential => qw/usrname email first_given_name second_given_name family_name billing_address - claims_returned_count home_ou dob + claims_returned_count home_ou dob deleted active master_account ident_type ident_value ident_type2 ident_value2 net_access_level photo_url create_date expire_date credit_forward_balance -- 2.11.0