From: Jason Etheridge Date: Thu, 10 Aug 2017 18:01:52 +0000 (-0400) Subject: syntax error in schema script X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2e847e361dd8f013f273c436bf0aeaa68dc4fcb9;p=evergreen%2Fmasslnc.git syntax error in schema script incidentally, I'm a huge fan of comma-first style, I18N-breakage aside :) Signed-off-by: Jason Etheridge --- 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);