mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 05:43:51 +00:00
(improvement)(Headless) Fix sql in schema-h2.sql of test profile (#882)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -217,6 +217,7 @@ CREATE TABLE IF NOT EXISTS `s2_dimension` (
|
|||||||
`default_values` varchar(500) DEFAULT NULL,
|
`default_values` varchar(500) DEFAULT NULL,
|
||||||
`dim_value_maps` varchar(500) DEFAULT NULL,
|
`dim_value_maps` varchar(500) DEFAULT NULL,
|
||||||
`is_tag` INT DEFAULT NULL,
|
`is_tag` INT DEFAULT NULL,
|
||||||
|
`ext` varchar(1000) DEFAULT NULL,
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
);
|
);
|
||||||
COMMENT ON TABLE s2_dimension IS 'dimension information table';
|
COMMENT ON TABLE s2_dimension IS 'dimension information table';
|
||||||
|
|||||||
Reference in New Issue
Block a user