adding reminder to add age protection rules
authorChris Sharp <csharp@georgialibraries.org>
Tue, 17 Jan 2012 10:28:35 +0000 (05:28 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 17 Jan 2012 10:28:35 +0000 (05:28 -0500)
Open-ILS/src/sql/Pg/pines-2.1-updates.sql

index ef5a447..a4d4c9d 100644 (file)
@@ -267,6 +267,7 @@ INSERT INTO config.hold_matrix_matchpoint ( active, user_home_ou, request_ou, pi
 INSERT INTO config.hold_matrix_matchpoint ( active, user_home_ou, request_ou, pickup_ou, item_owning_ou, item_circ_ou, usr_grp, requestor_grp, circ_modifier, marc_type, marc_form, marc_vr_format, ref_flag, juvenile_flag, age_hold_protect_rule, holdable, distance_is_from_owner, transit_range, max_holds, include_frozen_holds, stop_blocked_user, strict_ou_match, marc_bib_level ) VALUES (  't', 1, NULL, NULL, NULL, 66, NULL, 1,  NULL,  NULL,  NULL,  NULL, 't', NULL, NULL, 'f', 'f', NULL, NULL, 'f', 'f', 'f',  NULL ); 
 INSERT INTO config.hold_matrix_matchpoint ( active, user_home_ou, request_ou, pickup_ou, item_owning_ou, item_circ_ou, usr_grp, requestor_grp, circ_modifier, marc_type, marc_form, marc_vr_format, ref_flag, juvenile_flag, age_hold_protect_rule, holdable, distance_is_from_owner, transit_range, max_holds, include_frozen_holds, stop_blocked_user, strict_ou_match, marc_bib_level ) VALUES (  'f', 1, NULL, NULL, NULL, NULL, NULL, 1, 'eventpass',  NULL,  NULL,  NULL, 'f', NULL, NULL, 'f', 't', 3, NULL, 'f', 'f', 'f',  NULL ); 
 INSERT INTO config.hold_matrix_matchpoint ( active, user_home_ou, request_ou, pickup_ou, item_owning_ou, item_circ_ou, usr_grp, requestor_grp, circ_modifier, marc_type, marc_form, marc_vr_format, ref_flag, juvenile_flag, age_hold_protect_rule, holdable, distance_is_from_owner, transit_range, max_holds, include_frozen_holds, stop_blocked_user, strict_ou_match, marc_bib_level ) VALUES (  't', 1, NULL, NULL, NULL, NULL, NULL, 1, 'bestsellernh',  NULL,  NULL,  NULL, 'f', NULL, NULL, 'f', 't', 3, NULL, 'f', 'f', 'f',  NULL );
+-- TO DO: add in age protection rules
 
 COMMIT;