update db
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Владимир Фёдоров 2024-11-21 01:05:03 +07:00
parent 2078e008f3
commit a8b6e9ab9b
1 changed files with 1 additions and 0 deletions

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