mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-27 12:51:26 +08:00
- 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.
3 lines
175 B
SQL
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`; |