create SQL function find_votes_by_citizen

This commit is contained in:
2019-10-01 11:30:07 +02:00
parent be03bc4df8
commit 47bdc349c5
3 changed files with 66 additions and 1 deletions

View File

@@ -37,4 +37,4 @@ begin
end;
$$;
-- drop function if exists find_comments_by_citizen(uuid, int, int);
-- drop function if exists find_comments_by_citizen(uuid, regclass, int, int);