mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
(improvement)(chat) Support compatibility for handling historical primary and foreign data. (#1517)
This commit is contained in:
@@ -362,4 +362,7 @@ alter table s2_agent add `enable_memory_review` tinyint DEFAULT 0;
|
||||
alter table s2_chat_memory add `side_info` TEXT DEFAULT NULL COMMENT '辅助信息';
|
||||
|
||||
--20240730
|
||||
alter table s2_chat_parse modify column `chat_id` int(11);
|
||||
alter table s2_chat_parse modify column `chat_id` int(11);
|
||||
|
||||
--20240806
|
||||
UPDATE `s2_dimension` SET `type` = 'identify' WHERE `type` in ('primary','foreign');
|
||||
Reference in New Issue
Block a user