0025: it's public.account_type, FRFR

This commit is contained in:
TMA 2025-08-21 17:01:57 +02:00
parent 1e324c0920
commit 57f36dd2f5

View file

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