From 57f36dd2f502934e5c0349dc7f066ed2bef0ae7f Mon Sep 17 00:00:00 2001 From: TMA Date: Thu, 21 Aug 2025 17:01:57 +0200 Subject: [PATCH] 0025: it's public.account_type, FRFR --- brmbar3/schema/0025-load-account.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );