cherry-studio/migrations/sqlite-drizzle
fullex e6f85ba9fc fix(migration): add ‘pending' to check
- Introduced a new SQL migration script to create the `__new_message` table with updated schema, including foreign key constraints and check constraints for `role` and `status`.
- Migrated existing data from the old `message` table to the new structure and renamed the table to `message`.
- Added indexes for improved query performance on `parent_id`, `topic_id`, and `trace_id`.
- Updated metadata to reflect the new migration version and breakpoints for debugging.
2026-01-03 23:55:56 +08:00
..
meta fix(migration): add ‘pending' to check 2026-01-03 23:55:56 +08:00
0000_init.sql refactor(database): update message and topic table structures 2026-01-01 21:18:28 +08:00
0001_futuristic_human_fly.sql fix(migration): add ‘pending' to check 2026-01-03 23:55:56 +08:00