forked from brmlab/brmbar-github
0024: drop old versions before installing new ones
This commit is contained in:
parent
c04d4a1f8e
commit
c17aa99666
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ BEGIN
|
|||
|
||||
IF brmbar_privileged.has_exact_schema_version(23) THEN
|
||||
|
||||
DROP FUNCTION IF EXISTS public.find_buy_rate(integer,integer);
|
||||
DROP FUNCTION IF EXISTS public.find_sell_rate(integer,integer);
|
||||
|
||||
CREATE OR REPLACE FUNCTION public.find_buy_rate(
|
||||
IN i_item_currency_id public.accounts.id%TYPE,
|
||||
IN i_other_currency_id public.accounts.id%TYPE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue