update db
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
2078e008f3
commit
a8b6e9ab9b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue