From 20df05ff1cea82d71ffc5556ee66ffc5223423a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Werbrouck?= <122839953+Francois-Werbrouck@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:15:01 +0000 Subject: [PATCH] Issue #204: fix lint EOF --- fertiscan/db/bytebase/schema_0.0.15.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fertiscan/db/bytebase/schema_0.0.15.sql b/fertiscan/db/bytebase/schema_0.0.15.sql index c8622383..c9a2c809 100644 --- a/fertiscan/db/bytebase/schema_0.0.15.sql +++ b/fertiscan/db/bytebase/schema_0.0.15.sql @@ -320,4 +320,4 @@ IF (EXISTS (SELECT 1 FROM information_schema.schemata WHERE schema_name = 'ferti -- ('garanties','warranties'); -- we are not using this anymore end if; END -$do$; \ No newline at end of file +$do$;