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
-3
View File
@@ -93,9 +93,6 @@ class InvestorTable(Base, TimestampMixin):
# Geographic focus (deprecated in favor of fund-level, but keeping for backward compatibility)
geographic_focus = Column(String, nullable=True)
stage_focus = Column(
Enum(InvestmentStage), nullable=True
) # Deprecated in favor of fund-level
# Investment thesis and portfolio
investment_thesis = Column(JSON, nullable=True) # Array of thesis statements