updating column name to match schema in CVS
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 5 Jul 2005 17:12:52 +0000 (17:12 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 5 Jul 2005 17:12:52 +0000 (17:12 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@1046 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index f80a088..f81cf1d 100644 (file)
@@ -59,7 +59,7 @@ package config::rules::age_hold_protect;
 use base qw/config/;
 __PACKAGE__->table('config_rule_age_hold_protect');
 __PACKAGE__->columns(Primary => 'id');
-__PACKAGE__->columns(Essential => qw/name age radius/);
+__PACKAGE__->columns(Essential => qw/name age prox/);
 #-------------------------------------------------------------------------------
 
 package config::copy_status;