Merge branch 'dev' into pr@dev@feat_mock_info
This commit is contained in:
commit
28acbc4d58
|
@ -1 +1 @@
|
|||
Subproject commit 5f113d50f0d1d3c410b8ccd94cb5c9c944f2272c
|
||||
Subproject commit 6c135805bf36891ea58d92955c79091e923ea500
|
|
@ -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
|
Loading…
Reference in New Issue