forked from brmlab/brmbar-github
Schema 0011: fix type inference for id
This commit is contained in:
parent
fba614de78
commit
3b0cb6472d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ CREATE OR REPLACE FUNCTION brmbar_privileged.create_transaction(
|
|||
i_description public.transactions.description%TYPE
|
||||
) RETURNS public.transactions.id%TYPE AS $$
|
||||
DECLARE
|
||||
new_transaction_id public.transactions%TYPE;
|
||||
new_transaction_id public.transactions.id%TYPE;
|
||||
BEGIN
|
||||
-- Create a new transaction
|
||||
INSERT INTO public.transactions (responsible, description)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue