added usr_summary column to storage since most of the stat-cat mgmnt code is still...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 9 Jul 2009 20:10:48 +0000 (20:10 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 9 Jul 2009 20:10:48 +0000 (20:10 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13558 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 2202d38..7f0cdcb 100644 (file)
@@ -117,7 +117,7 @@ use base qw/actor/;
 
 __PACKAGE__->table( 'actor_stat_cat' );
 __PACKAGE__->columns( Primary => qw/id/ );
-__PACKAGE__->columns( Essential => qw/owner name opac_visible/ );
+__PACKAGE__->columns( Essential => qw/owner name opac_visible usr_summary/ );
 
 #-------------------------------------------------------------------------------
 package actor::stat_cat_entry;