[open-ils-commits] [GIT] Evergreen ILS branch master updated. c590ba3e3c6fb90e15e0005fa25eb6416a09952f
Evergreen Git
git at git.evergreen-ils.org
Thu Feb 27 11:04:14 EST 2020
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 c590ba3e3c6fb90e15e0005fa25eb6416a09952f (commit)
from 42939f1edc805adb63d4e2a1daf7ada71c7c52b9 (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 c590ba3e3c6fb90e15e0005fa25eb6416a09952f
Author: Bill Erickson <berickxx at gmail.com>
Date: Thu Feb 27 11:01:31 2020 -0500
LP1811132 Debit payment SQL upgrade fix
Repair a copy/paste thinko in the upgrade script for debit card
payments.
Signed-off-by: Bill Erickson <berickxx at gmail.com>
diff --git a/Open-ILS/src/sql/Pg/upgrade/1200.schema.debit_card_payment.sql b/Open-ILS/src/sql/Pg/upgrade/1200.schema.debit_card_payment.sql
index 88ad356037..5e753b03f6 100644
--- a/Open-ILS/src/sql/Pg/upgrade/1200.schema.debit_card_payment.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/1200.schema.debit_card_payment.sql
@@ -18,7 +18,6 @@ CREATE OR REPLACE VIEW money.non_drawer_payment_view AS
SELECT p.*, c.relname AS payment_type
FROM money.bnm_payment p
JOIN pg_class c ON p.tableoid = c.oid
- WHERE c.relname NOT IN ('cash_payment','check_payment','credit_card_payment');
WHERE c.relname NOT IN ('cash_payment','check_payment','credit_card_payment','debit_card_payment');
UPDATE action_trigger.event_definition
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/sql/Pg/upgrade/1200.schema.debit_card_payment.sql | 1 -
1 file changed, 1 deletion(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list