(improvement)(Headless) Fix sql in schema-h2.sql of test profile (#882)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2024-04-03 19:42:28 +08:00
committed by GitHub
parent c1854d7a9b
commit ff56fd1e46

View File

@@ -217,6 +217,7 @@ CREATE TABLE IF NOT EXISTS `s2_dimension` (
`default_values` varchar(500) DEFAULT NULL,
`dim_value_maps` varchar(500) DEFAULT NULL,
`is_tag` INT DEFAULT NULL,
`ext` varchar(1000) DEFAULT NULL,
PRIMARY KEY (`id`)
);
COMMENT ON TABLE s2_dimension IS 'dimension information table';