mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
(improvement)(Headless) fix add information about whether dimensions are tags in fetchDataSetSchema (#860)
This commit is contained in:
@@ -288,4 +288,4 @@ CREATE TABLE IF NOT EXISTS `s2_query_rule` (
|
||||
COMMENT ON TABLE s2_query_rule IS 'tag query rule table';
|
||||
|
||||
--20240325
|
||||
ALTER TABLE s2_metric RENAME COLUMN tags TO classifications;
|
||||
alter table s2_metric change tags classifications varchar(500) null;
|
||||
Reference in New Issue
Block a user