(improvement) (common) Update sys parameter init (#400)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2023-11-17 18:34:58 +08:00
committed by GitHub
parent d6a386ad03
commit 18211a215d
3 changed files with 41 additions and 40 deletions

View File

@@ -124,7 +124,6 @@ public class MetricQueryTest extends BaseQueryTest {
expectedResult.setQueryMode(MetricFilterQuery.QUERY_MODE);
expectedParseInfo.setAggType(NONE);
expectedParseInfo.getDimensions().add(DataUtils.getSchemaElement("用户名"));
expectedParseInfo.getMetrics().add(DataUtils.getSchemaElement("访问次数"));
List<String> list = new ArrayList<>();

View File

@@ -180,6 +180,7 @@ CREATE TABLE IF NOT EXISTS `s2_datasource` (
`depends` varchar(500) DEFAULT NULL ,
`datasource_detail` LONGVARCHAR NOT NULL ,
`status` int(11) DEFAULT NULL ,
`filter_sql` varchar(1000) DEFAULT NULL ,
`created_at` TIMESTAMP NOT NULL ,
`created_by` varchar(100) NOT NULL ,
`updated_at` TIMESTAMP NOT NULL ,