Files
budget-app/db/migrations/004_financing_start_date.sql
Christian Hood d338283d8f Add missed migration for financing start_date column
This migration was part of the financing start_date feature (119d53c) but
was not staged by the previous agent.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 21:04:12 -04:00

2 lines
100 B
SQL

ALTER TABLE financing_plans ADD COLUMN IF NOT EXISTS start_date DATE NOT NULL DEFAULT CURRENT_DATE;