forked from brmlab/brmbar-github
Schema 0009: fix find_buy_rate arguments syntax
This commit is contained in:
parent
0bff27da29
commit
a8a124835c
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ IF brmbar_privileged.has_exact_schema_version(8) THEN
|
|||
|
||||
-- return negative number on rate not found
|
||||
CREATE OR REPLACE FUNCTION public.find_buy_rate(
|
||||
IN i_item_id public.accounts.id%TYPE;
|
||||
IN i_other_id public.accounts.id%TYPE;
|
||||
IN i_item_id public.accounts.id%TYPE,
|
||||
IN i_other_id public.accounts.id%TYPE
|
||||
) RETURNS NUMERIC
|
||||
LANGUAGE plpgsql
|
||||
AS $$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue