mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 20:51:48 +00:00
(improvement)(Chat) Agent supports configuring whether to enable simple mode and whether to display debugging information. (#1181)
Co-authored-by: lxwcodemonkey
This commit is contained in:
@@ -322,4 +322,7 @@ alter table s2_sys_parameter rename to s2_system_config;
|
||||
alter table s2_chat_query add column `parse_time_cost` varchar(1024);
|
||||
|
||||
--20240609
|
||||
alter table s2_user add column `salt` varchar(256) DEFAULT NULL COMMENT 'md5密码盐';
|
||||
alter table s2_user add column `salt` varchar(256) DEFAULT NULL COMMENT 'md5密码盐';
|
||||
|
||||
--20240621
|
||||
alter table s2_agent add column `visual_config` varchar(2000) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT '可视化配置';
|
||||
Reference in New Issue
Block a user