From e68b5d87cecca3058543772a4c2ac4277bc9efb5 Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Wed, 22 Jan 2020 01:04:14 +0100 Subject: [PATCH] remove wrong line in sql file --- src/main/resources/sql/functions/vote/count_vote.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/sql/functions/vote/count_vote.sql b/src/main/resources/sql/functions/vote/count_vote.sql index 001b73f..5a04da8 100644 --- a/src/main/resources/sql/functions/vote/count_vote.sql +++ b/src/main/resources/sql/functions/vote/count_vote.sql @@ -36,4 +36,4 @@ $$; -- drop function if exists count_vote(uuid); -select * from count_vote('ced1563f-ecf5-4f11-8518-8aeceff3c13a'); \ No newline at end of file +-- select * from count_vote('ced1563f-ecf5-4f11-8518-8aeceff3c13a'); \ No newline at end of file