mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
b01e4dc257
🔨 chore(db): combine llm_generation_tracing and agent eval experiment tables into 0103 Merges the schema work from #14990 with the new llm_generation_tracing table into a single idempotent 0103 migration so the two streams can land together without a migration-number conflict. Also adds user_id (FK + index) to agent_eval_experiment_benchmarks so the junction table is scoped per user, matching agent_eval_run_topics. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>