Files
lobehub/.agents/skills/version-release/reference/changelog-example/db-migration.md
Arvin Xu 4e6790e3d7 👷 build: add api key hash column migration (#12862)
*  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>
2026-03-09 23:04:45 +08:00

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.