mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-01-17 00:01:04 +08:00
(improvement)(project) support for modifying filter conditions and fix group by pushdown and add windows scipt (#49)
Co-authored-by: lexluo <lexluo@tencent.com>
This commit is contained in:
@@ -38,3 +38,11 @@ update s2_plugin set config = replace(config, 'domain', 'model');
|
||||
--20230823
|
||||
alter table s2_chat_query add column agent_id int after question_id;
|
||||
alter table s2_chat_query change column query_response query_result mediumtext;
|
||||
|
||||
--20230829
|
||||
alter table s2_database add column admin varchar(500);
|
||||
alter table s2_database add column viewer varchar(500);
|
||||
alter table s2_database drop column domain_id;
|
||||
|
||||
--20230831
|
||||
alter table s2_chat add column agent_id int after chat_id;
|
||||
Reference in New Issue
Block a user