mirror of
https://github.com/csunny/DB-GPT.git
synced 2026-07-16 17:15:22 +00:00
Adds two MySQL tables introduced by the feat/ai_connector branch: - connector_instance: stores MCP connector instances (encrypted credentials, transport / extra config JSON, lifecycle status) - dbgpt_serve_scheduled_task: scheduled cron tasks bound to a connector (APScheduler expression + tool invocation snapshot) Files: - assets/schema/dbgpt.sql: append both tables to keep the baseline current - assets/schema/upgrade/v0_8_1/upgrade_to_v0.8.1.sql: 0.8.0 -> 0.8.1 delta - assets/schema/upgrade/v0_8_1/v0.8.1.sql: full baseline snapshot at v0.8.1 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>