From 8ff081c74cf440d99550df66f9fac6ab79d82c49 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 31 Aug 2021 17:40:31 +0200 Subject: [PATCH] adapt Debian PSQL 11.2 --- html/index.php | 2 -- include/sql/patch/upgrade154.sql | 4 ++-- include/sql/patch/upgrade155.sql | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/html/index.php b/html/index.php index f04f14248..68cd365ec 100644 --- a/html/index.php +++ b/html/index.php @@ -146,8 +146,6 @@ echo ' - - diff --git a/include/sql/patch/upgrade154.sql b/include/sql/patch/upgrade154.sql index 946a50503..d19bccdf2 100644 --- a/include/sql/patch/upgrade154.sql +++ b/include/sql/patch/upgrade154.sql @@ -65,8 +65,8 @@ language plpgsql; select tmp_1(); -drop function tmp_1; +drop function tmp_1(); insert into version (val,v_description) values (155,'Rewriting of COMPANY add extra parameter'); -commit; \ No newline at end of file +commit; diff --git a/include/sql/patch/upgrade155.sql b/include/sql/patch/upgrade155.sql index d6063bcaa..fdbd4f6a5 100644 --- a/include/sql/patch/upgrade155.sql +++ b/include/sql/patch/upgrade155.sql @@ -48,8 +48,8 @@ language plpgsql; select tmp_1(); -drop function tmp_1; +drop function tmp_1(); insert into version (val,v_description) values (156,'insert default accounting'); -commit; \ No newline at end of file +commit;