0025: it's public.account_type

This commit is contained in:
TMA 2025-08-21 16:58:59 +02:00
parent c2ddab9ce8
commit 1e324c0920

View file

@ -68,7 +68,7 @@ CREATE TYPE brmbar_privileged.account_class_initialization_data_type
AS ( AS (
account_id INTEGER, --public.accounts.id%TYPE, account_id INTEGER, --public.accounts.id%TYPE,
account_name TEXT, --public.accounts.id%TYPE, account_name TEXT, --public.accounts.id%TYPE,
account_acctype brmbar_privileged.accounts_type, account_acctype public.accounts_type,
currency_id INTEGER, --public.currencies.id%TYPE, currency_id INTEGER, --public.currencies.id%TYPE,
currency_name TEXT currency_name TEXT
); );