Show available balance including activities of this month

This commit is contained in:
2021-12-07 21:32:36 +00:00
parent a19d3d6932
commit edd1319222
4 changed files with 18 additions and 18 deletions

View File

@ -1,5 +1,5 @@
-- +goose Up
ALTER TABLE accounts ADD COLUMN on_budget boolean DEFAULT 'true' NOT NULL;
ALTER TABLE accounts ADD COLUMN on_budget boolean DEFAULT TRUE NOT NULL;
-- +goose Down
ALTER TABLE accounts DROP COLUMN on_budget;