cherry-studio/migrations/sqlite-drizzle/0001_faulty_ogun.sql
fullex 8292958c0d feat(database): message.stats and related message type definitions
- Changed migration command from `yarn run migrations:generate` to `yarn run db:migrations:generate` for consistency across the project.
- Updated related documentation in `CLAUDE.md`, `migrations/README.md`, and `src/main/data/README.md` to reflect the new command.
- Added a notice in `migrations/README.md` regarding potential database structure changes before the alpha release.
2025-12-25 21:52:07 +08:00

3 lines
175 B
SQL

ALTER TABLE `message` ADD `stats` text;--> statement-breakpoint
ALTER TABLE `message` DROP COLUMN `usage`;--> statement-breakpoint
ALTER TABLE `message` DROP COLUMN `metrics`;