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
-1
View File
@@ -320,7 +320,6 @@ Return only the USD integer amount with current exchange rates."""
check_size_lower=investor_data.investor.check_size_lower,
check_size_upper=investor_data.investor.check_size_upper,
geographic_focus=investor_data.investor.geographic_focus,
stage_focus=investor_data.investor.stage_focus,
number_of_investments=investor_data.investor.number_of_investments,
)
db.add(investor)