fix: Restore previous DB, migrate schema, mount Notion token

This commit is contained in:
2026-01-19 11:34:24 +00:00
parent 35cf0c0753
commit 694be6eb4d
3 changed files with 51 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ try:
DEBUG: bool = True
# Database (Store in App dir for simplicity)
DATABASE_URL: str = "sqlite:////app/companies_v4_notion_sync.db"
DATABASE_URL: str = "sqlite:////app/companies_v3_fixed_2.db"
# API Keys
GEMINI_API_KEY: Optional[str] = None