mirror of
https://github.com/brmlab/brmbar.git
synced 2025-08-05 17:03:36 +02:00
schema/9,10,18: Fix to run with psql15 (files 11+ may still fail to load)
This commit is contained in:
parent
fadf064387
commit
3f45f52f60
3 changed files with 23 additions and 24 deletions
|
@ -32,8 +32,8 @@ BEGIN
|
|||
IF brmbar_privileged.has_exact_schema_version(17) THEN
|
||||
|
||||
CREATE OR REPLACE FUNCTION public.fix_cash(
|
||||
IN i_excess_id public.acounts.id%TYPE,
|
||||
IN i_deficit_id public.acounts.id%TYPE,
|
||||
IN i_excess_id public.accounts.id%TYPE,
|
||||
IN i_deficit_id public.accounts.id%TYPE,
|
||||
IN i_shop_currency_id public.currencies.id%TYPE,
|
||||
IN i_amount_in_reality NUMERIC
|
||||
) RETURNS BOOLEAN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue