update db
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Владимир Фёдоров 2024-11-21 01:05:03 +07:00
parent 2078e008f3
commit a8b6e9ab9b

View File

@ -4,6 +4,7 @@ CREATE TABLE IF NOT EXISTS budgets (
id SERIAL PRIMARY KEY,
name TEXT NOT NULL,
start_day INT NOT NULL,
monthly_limit INT DEFAULT 0,
created_at TIMESTAMP
);
-- +goose StatementEnd