Fix database URL in db.py and update import path for schemas in llm_parser.py

This commit is contained in:
bolade
2025-09-11 15:46:39 +01:00
parent edd0ae910b
commit 29d9292cbd
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -16,7 +16,6 @@ class InvestmentStage(enum.Enum):
GROWTH = "GROWTH"
LATE_STAGE = "LATE_STAGE"
# Association table for many-to-many relationship between investors and companies
investor_company_association = Table(
"investor_companies",