[open-ils-commits] [GIT] Evergreen ILS branch master updated. 84e7b2415a46460e160da2200c4b9ef3379ac767
Evergreen Git
git at git.evergreen-ils.org
Thu Aug 10 14:09:01 EDT 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 84e7b2415a46460e160da2200c4b9ef3379ac767 (commit)
via 2e847e361dd8f013f273c436bf0aeaa68dc4fcb9 (commit)
from b051ae99087ebcc4adac220c91f7981c5e1280ae (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 84e7b2415a46460e160da2200c4b9ef3379ac767
Author: Jason Etheridge <jason at EquinoxInitiative.org>
Date: Thu Aug 10 14:06:08 2017 -0400
syntax: end-quote for stored procedure
Signed-off-by: Jason Etheridge <jason at EquinoxInitiative.org>
diff --git a/Open-ILS/src/sql/Pg/220.schema.rating.sql b/Open-ILS/src/sql/Pg/220.schema.rating.sql
index 23b8521..dc57e9d 100644
--- a/Open-ILS/src/sql/Pg/220.schema.rating.sql
+++ b/Open-ILS/src/sql/Pg/220.schema.rating.sql
@@ -1013,6 +1013,7 @@ BEGIN
) x
GROUP BY 1;
END;
+$f$ LANGUAGE PLPGSQL STRICT;
COMMIT;
commit 2e847e361dd8f013f273c436bf0aeaa68dc4fcb9
Author: Jason Etheridge <jason at EquinoxInitiative.org>
Date: Thu Aug 10 14:01:52 2017 -0400
syntax error in schema script
incidentally, I'm a huge fan of comma-first style, I18N-breakage aside :)
Signed-off-by: Jason Etheridge <jason at EquinoxInitiative.org>
diff --git a/Open-ILS/src/sql/Pg/220.schema.rating.sql b/Open-ILS/src/sql/Pg/220.schema.rating.sql
index b5e4fb3..23b8521 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);
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/sql/Pg/220.schema.rating.sql | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list