cherry-studio/docs/en/references
fullex 3dfd5c7c2b feat: add custom SQL handling for triggers and virtual tables
- Introduced a new method `runCustomMigrations` in `DbService` to execute custom SQL statements that Drizzle cannot manage, such as triggers and virtual tables.
- Updated `database-patterns.md` and `README.md` to document the handling of custom SQL and its importance in maintaining database integrity during migrations.
- Refactored `messageFts.ts` to define FTS5 virtual table and associated triggers as idempotent SQL statements for better migration management.
2026-01-04 01:07:04 +08:00
..
components docs: update docs directory structure 2025-11-26 13:17:01 +08:00
data feat: add custom SQL handling for triggers and virtual tables 2026-01-04 01:07:04 +08:00
app-upgrade.md docs: update docs directory structure 2025-11-26 13:17:01 +08:00
fuzzy-search.md feat: add fuzzy search for file list with relevance scoring (#12131) 2025-12-30 19:42:56 +08:00