mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
* ✨ feat(database): extract openapi database changes * 📝 docs: update db-migrations and version-release skills --------- Co-authored-by: MarioJames <mocha.wyh@msn.com> Co-authored-by: YuTengjing <ytj2713151713@gmail.com>
680 B
680 B
DB Schema Migration Changelog Example
A changelog reference for database migration release PR bodies.
This release includes a database schema migration involving 5 new tables for the Agent Evaluation Benchmark system.
Migration: Add Agent Evaluation Benchmark Tables
- Added 5 new tables:
agent_eval_benchmarks,agent_eval_datasets,agent_eval_records,agent_eval_runs,agent_eval_run_topics
Notes for Self-hosted Users
- The migration runs automatically on application startup
- No manual intervention required
The migration owner: @[pr-author] — responsible for this database schema change, reach out for any migration-related issues.