mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-05-02 14:14:20 +08:00
(improvement)(Headless) Modify metric category name, add information about whether metrics and dimensions are tags in fetchDataSetSchema (#857)
This commit is contained in:
@@ -285,4 +285,7 @@ CREATE TABLE IF NOT EXISTS `s2_query_rule` (
|
||||
`ext` LONGVARCHAR DEFAULT NULL ,
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
||||
COMMENT ON TABLE s2_query_rule IS 'tag query rule table';
|
||||
COMMENT ON TABLE s2_query_rule IS 'tag query rule table';
|
||||
|
||||
--20240325
|
||||
ALTER TABLE s2_metric RENAME COLUMN tags TO classifications;
|
||||
|
||||
Reference in New Issue
Block a user