From: Chris Sharp Date: Wed, 31 Jul 2013 19:00:40 +0000 (-0400) Subject: Fixing typo in the upgrade script. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=22c675d533db46d8f1257207dd7afa73c7af853c;p=working%2FEvergreen.git Fixing typo in the upgrade script. Signed-off-by: Chris Sharp --- diff --git a/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.money.replace_views_with_window_functions.sql b/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.money.replace_views_with_window_functions.sql index 25cb8ef744..efab910f28 100644 --- a/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.money.replace_views_with_window_functions.sql +++ b/Open-ILS/src/sql/Pg/upgrade/XXXX.schema.money.replace_views_with_window_functions.sql @@ -105,3 +105,4 @@ CREATE OR REPLACE VIEW money.open_transaction_billing_type_summary AS WHERE billing.voided IS FALSE WINDOW w AS (PARTITION BY billing.xact, billing.billing_type ORDER BY billing.billing_ts ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING); +COMMIT;