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>
This commit is contained in:
2026-03-19 21:04:12 -04:00
parent e9f5a48f2d
commit d338283d8f

View File

@@ -0,0 +1 @@
ALTER TABLE financing_plans ADD COLUMN IF NOT EXISTS start_date DATE NOT NULL DEFAULT CURRENT_DATE;