diff --git a/brmbar3/schema/0025-load-account.sql b/brmbar3/schema/0025-load-account.sql index efc2a8d..3076e0b 100644 --- a/brmbar3/schema/0025-load-account.sql +++ b/brmbar3/schema/0025-load-account.sql @@ -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 );