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;