#20 Fix database start-up

This commit is contained in:
Christoph Lienhard 2021-05-29 17:34:25 +02:00
parent fc7fc9f841
commit 8ec2158f95
Signed by: christoph.lienhard
GPG key ID: 6B98870DDC270884

View file

@ -24,7 +24,7 @@ grant execute on function candymat_data.current_person() to candymat_person;
-- Function to register a new user
drop function candymat_data.register_person;
drop function if exists candymat_data.register_person;
create function candymat_data.register_person(
first_name text,
last_name text,