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>
2 lines
100 B
SQL
2 lines
100 B
SQL
ALTER TABLE financing_plans ADD COLUMN IF NOT EXISTS start_date DATE NOT NULL DEFAULT CURRENT_DATE;
|