added support for multiple accounts in the budget detail table

This commit is contained in:
Peter Wood
2023-03-06 11:58:49 -05:00
parent f07d5a4c7c
commit 1214176dba
3 changed files with 42 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
DROP TABLE public.budgetimport;
create table public.budgetimport (
dt bpchar(10) NULL,
dt bpchar(20) NULL,
amount numeric(10, 2) NULL,
description bpchar(200) NULL
);