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:
1
db/migrations/004_financing_start_date.sql
Normal file
1
db/migrations/004_financing_start_date.sql
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE financing_plans ADD COLUMN IF NOT EXISTS start_date DATE NOT NULL DEFAULT CURRENT_DATE;
|
||||||
Reference in New Issue
Block a user