From 2e847e361dd8f013f273c436bf0aeaa68dc4fcb9 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 10 Aug 2017 14:01:52 -0400 Subject: [PATCH] syntax error in schema script incidentally, I'm a huge fan of comma-first style, I18N-breakage aside :) Signed-off-by: Jason Etheridge --- Open-ILS/src/sql/Pg/220.schema.rating.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/sql/Pg/220.schema.rating.sql b/Open-ILS/src/sql/Pg/220.schema.rating.sql index b5e4fb37d4..23b8521678 100644 --- a/Open-ILS/src/sql/Pg/220.schema.rating.sql +++ b/Open-ILS/src/sql/Pg/220.schema.rating.sql @@ -79,7 +79,7 @@ INSERT INTO rating.popularity_parameter (id,name,func,require_horizon,require_im (14,'Bib has attributes and copies or URIs','rating.generic_fixed_rating_by_copy_or_uri',FALSE,FALSE,FALSE), (15,'Bib has attributes','rating.generic_fixed_rating_global',FALSE,FALSE,FALSE), (16,'Copy Count','rating.copy_count',FALSE,FALSE,TRUE), - (17,'Circulation Library Count', 'rating.org_unit_count',FALSE,FALSE, TRUE); + (17,'Circulation Library Count', 'rating.org_unit_count',FALSE,FALSE, TRUE), (18, 'In-House Use Over Time', 'rating.inhouse_over_time',TRUE,FALSE,TRUE); -- 2.43.2