Files
DB-GPT/assets
alan.cl 9f54958429 chore(schema): add v0.8.1 schema for MCP connector + scheduled task tables
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>
2026-05-31 11:50:26 +08:00
..
2023-10-23 13:13:32 +08:00
2023-10-23 13:13:32 +08:00
2025-06-10 16:07:51 +08:00
2023-07-26 15:54:36 +08:00
2023-10-23 13:13:32 +08:00
2025-06-10 16:07:51 +08:00
2025-01-03 14:17:29 +08:00
2025-06-10 16:07:51 +08:00