[open-ils-commits] r11352 - trunk/Open-ILS/src/sql/Pg
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Nov 26 00:11:56 EST 2008
Author: dbs
Date: 2008-11-26 00:11:53 -0500 (Wed, 26 Nov 2008)
New Revision: 11352
Modified:
trunk/Open-ILS/src/sql/Pg/110.hold_matrix.sql
Log:
Fix schema-busting typo
Modified: trunk/Open-ILS/src/sql/Pg/110.hold_matrix.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/110.hold_matrix.sql 2008-11-26 04:27:20 UTC (rev 11351)
+++ trunk/Open-ILS/src/sql/Pg/110.hold_matrix.sql 2008-11-26 05:11:53 UTC (rev 11352)
@@ -44,7 +44,7 @@
marc_vr_format TEXT REFERENCES config.videorecording_format_map (code) DEFERRABLE INITIALLY DEFERRED,
ref_flag BOOL,
holdable BOOL NOT NULL DEFAULT TRUE, -- Hard "can't hold" flag requiring an override
- distance_is_from_owne BOOL NOT NULL DEFAULT FALSE, -- How to calculate transit_range. True means owning lib, false means copy circ lib
+ distance_is_from_owner BOOL NOT NULL DEFAULT FALSE, -- How to calculate transit_range. True means owning lib, false means copy circ lib
transit_range INT REFERENCES actor.org_unit_type (id) DEFERRABLE INITIALLY DEFERRED, -- Can circ inside range of cn.owner/cp.circ_lib at depth of the org_unit_type specified here
max_holds INT, -- Total hold requests must be less than this, NULL means skip (always pass)
include_frozen_holds BOOL NOT NULL DEFAULT TRUE, -- Include frozen hold requests in the count for max_holds test
More information about the open-ils-commits
mailing list