[2ff88f42] Full End-to-End integration: Webhooks, Auto-Enrichment, Notion-Sync, UI updates and new Connector Architecture
This commit is contained in:
11
company-explorer/init_schema_update.py
Normal file
11
company-explorer/init_schema_update.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import sys
|
||||
import os
|
||||
|
||||
# Add backend to path so imports work
|
||||
sys.path.append(os.path.join(os.getcwd(), "company-explorer"))
|
||||
|
||||
from backend.database import init_db
|
||||
|
||||
print("Initializing Database Schema...")
|
||||
init_db()
|
||||
print("Done.")
|
||||
Reference in New Issue
Block a user