mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-07-03 20:59:22 +08:00
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com> Co-authored-by: fullex <106392080+0xfullex@users.noreply.github.com> Signed-off-by: suyao <sy20010504@gmail.com>
5 lines
326 B
SQL
5 lines
326 B
SQL
DROP INDEX `message_trace_id_idx`;--> statement-breakpoint
|
|
ALTER TABLE `message` DROP COLUMN `trace_id`;--> statement-breakpoint
|
|
ALTER TABLE `agent_session` ADD `trace_id` text;--> statement-breakpoint
|
|
ALTER TABLE `topic` ADD `trace_id` text;--> statement-breakpoint
|
|
ALTER TABLE `agent_session_message` DROP COLUMN `trace_id`; |