From 8085a773942ba3bfc725c95c6e72804f772ae6ac Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 4 Oct 2021 12:28:14 -0400 Subject: [PATCH] LP#1826759: end DB update scripts with "COMMIT", not "END" The former is what tools like make_release are looking for. Signed-off-by: Galen Charlton --- .../src/sql/Pg/upgrade/1302.data.lp1826759_items_out_typo.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/sql/Pg/upgrade/1302.data.lp1826759_items_out_typo.sql b/Open-ILS/src/sql/Pg/upgrade/1302.data.lp1826759_items_out_typo.sql index 6280dc70df..e9d0744fd4 100644 --- a/Open-ILS/src/sql/Pg/upgrade/1302.data.lp1826759_items_out_typo.sql +++ b/Open-ILS/src/sql/Pg/upgrade/1302.data.lp1826759_items_out_typo.sql @@ -47,4 +47,4 @@ UPDATE config.org_unit_setting_type ) WHERE name = 'ui.circ.items_out.claimsreturned'; -END; +COMMIT; -- 2.43.2