From e78e6c80adb888d0f12da23bd5a8196d7595cf7d Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 17 Jan 2012 05:28:35 -0500 Subject: [PATCH] adding reminder to add age protection rules --- Open-ILS/src/sql/Pg/pines-2.1-updates.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/sql/Pg/pines-2.1-updates.sql b/Open-ILS/src/sql/Pg/pines-2.1-updates.sql index ef5a4472f5..a4d4c9de0f 100644 --- a/Open-ILS/src/sql/Pg/pines-2.1-updates.sql +++ b/Open-ILS/src/sql/Pg/pines-2.1-updates.sql @@ -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; -- 2.11.0