Merge branch 'dev' into pr@dev@feat_mock_info

This commit is contained in:
刘瑞斌 2021-04-16 11:37:33 +08:00 committed by GitHub
commit 28acbc4d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 2 deletions

@ -1 +1 @@
Subproject commit 5f113d50f0d1d3c410b8ccd94cb5c9c944f2272c
Subproject commit 6c135805bf36891ea58d92955c79091e923ea500

View File

@ -172,3 +172,14 @@ CREATE TABLE IF NOT EXISTS `mock_expect_config`
INDEX `mock_config_id` (`mock_config_id`) USING BTREE
) ENGINE = InnoDB
DEFAULT CHARSET = utf8mb4;
-- module management
INSERT INTO system_parameter (param_key, param_value, type, sort)
VALUES ('metersphere.module.api', 'ENABLE', 'text', 1);
INSERT INTO system_parameter (param_key, param_value, type, sort)
VALUES ('metersphere.module.performance', 'ENABLE', 'text', 1);
INSERT INTO system_parameter (param_key, param_value, type, sort)
VALUES ('metersphere.module.reportStat', 'ENABLE', 'text', 1);
INSERT INTO system_parameter (param_key, param_value, type, sort)
VALUES ('metersphere.module.testTrack', 'ENABLE', 'text', 1);

@ -1 +1 @@
Subproject commit 449b55084bd1721b2ebf25bfc82d255354092c3b
Subproject commit e4b1f5838f00791b42b394ad00a365a14f28be83