[open-ils-commits] [GIT] Evergreen ILS branch master updated. 58fc8f0c8383c60299186debb54730f8883394ac
Evergreen Git
git at git.evergreen-ils.org
Wed Aug 24 10:51:27 EDT 2016
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 58fc8f0c8383c60299186debb54730f8883394ac (commit)
from 36f331390345e05e264e96a0d70d598e1f2bc263 (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 58fc8f0c8383c60299186debb54730f8883394ac
Author: Mike Rylander <mrylander at gmail.com>
Date: Wed Aug 24 10:49:41 2016 -0400
Correct upgrade script
Signed-off-by: Mike Rylander <mrylander at gmail.com>
diff --git a/Open-ILS/src/sql/Pg/upgrade/0990.data.copy-count-badge.sql b/Open-ILS/src/sql/Pg/upgrade/0990.data.copy-count-badge.sql
index ce9d8f0..ed01844 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0990.data.copy-count-badge.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0990.data.copy-count-badge.sql
@@ -30,7 +30,7 @@ BEGIN
END;
$f$ LANGUAGE PLPGSQL STRICT;
-INSERT INTO rating.popularity_parameter (name, func, require_percentile) VALUES ('Copy Count', 'rating.copy_count', TRUE);
+INSERT INTO rating.popularity_parameter (id, name, func, require_percentile) VALUES (16, 'Copy Count', 'rating.copy_count', TRUE);
COMMIT;
-----------------------------------------------------------------------
Summary of changes:
.../sql/Pg/upgrade/0990.data.copy-count-badge.sql | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list