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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user