only migrate in main

This commit is contained in:
AI Christianson 2025-03-15 21:48:51 -04:00
parent fee23fcc21
commit c848c04ee3
1 changed files with 0 additions and 8 deletions

View File

@ -114,14 +114,6 @@ def run_agent_thread(
env_discovery.discover()
env_data = env_discovery.format_markdown()
# Apply any pending database migrations
try:
migration_result = ensure_migrations_applied()
if not migration_result:
logger.warning("Database migrations failed but execution will continue")
except Exception as e:
logger.error(f"Database migration error: {str(e)}")
# Initialize empty config dictionary
config = {}