📦 Release v2.1.45
This release was automatically published from PR [#13280].
Changes
See PR description: https://github.com/lobehub/lobehub/pull/13280
Commit Message
This release includes a database schema migration involving 6 new tables and 1 brief table for the Agent Task System.
Migration: Add Agent Task System Tables
- Added 6 new tables:
tasks,task_dependencies,task_documents,task_topics,task_comments,briefs - Added 24 foreign key constraints with proper cascade/set-null behaviors
- Added 35 indexes covering all major query patterns
- All sub-tables include
user_idFK for row-level user isolation
Notes for Self-hosted Users
- The migration runs automatically on application startup
- No manual intervention required
The migration owner: @arvinxx — responsible for this database schema change, reach out for any migration-related issues.