Remove deprecated stage_focus column and update database path for consistency; add schema verification script and document schema mismatch fixes

This commit is contained in:
bolade
2025-10-07 11:31:16 +01:00
parent cd7172ed9f
commit 1f3f08e80d
20 changed files with 301 additions and 795 deletions
Binary file not shown.
-4
View File
@@ -258,10 +258,6 @@ class InvestorSchema(BaseModel):
default=None,
description="Geographic investment focus. Do not return any special characters, Just locations separated by commas. Leave empty if not clearly identifiable.",
)
stage_focus: InvestmentStage = Field(
default=InvestmentStage.SEED,
description="Investment stage focus. Use SEED as default if uncertain.",
)
number_of_investments: Optional[int] = Field(
default=None,
ge=0,