mirror of
https://github.com/acedanger/budget-database.git
synced 2025-12-06 07:00:14 -08:00
added support for multiple accounts in the budget detail table
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user