mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-28 11:54:20 +08:00
(improvement)(Headless) Dataset supports query mode settings, and the chat layer supports tag mode (#802)
This commit is contained in:
@@ -248,4 +248,7 @@ COMMENT ON TABLE s2_dictionary_task IS 'dictionary task information table';
|
||||
alter table s2_view rename to s2_data_set;
|
||||
alter table s2_query_stat_info change view_id data_set_id bigint;
|
||||
alter table s2_plugin change `view` data_set varchar(200);
|
||||
alter table s2_data_set change view_detail data_set_detail text;
|
||||
alter table s2_data_set change view_detail data_set_detail text;
|
||||
|
||||
--20240311
|
||||
alter table s2_data_set add column query_type varchar(100) DEFAULT NULL;
|
||||
Reference in New Issue
Block a user