mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 12:09:13 +08:00
fix(接口测试): 修改flyway
--user=郭雨琦 修改flyway
This commit is contained in:
parent
174ee3eea9
commit
f0d9e46699
@ -654,16 +654,3 @@ delete
|
|||||||
from user_group_permission
|
from user_group_permission
|
||||||
where group_id = 'admin'
|
where group_id = 'admin'
|
||||||
and module_id = 'PROJECT_ERROR_REPORT_LIBRARY';
|
and module_id = 'PROJECT_ERROR_REPORT_LIBRARY';
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS `api_definition_scenario_relevance`
|
|
||||||
(
|
|
||||||
`report_id` varchar(50) NOT NULL COMMENT 'ID',
|
|
||||||
PRIMARY KEY (`report_id`),
|
|
||||||
KEY `relevance_report_id_index` (`report_id`)
|
|
||||||
) ENGINE = InnoDB DEFAULT CHARSET = utf8mb4 COLLATE utf8mb4_general_ci;
|
|
||||||
|
|
||||||
ALTER TABLE `api_scenario_report` ADD INDEX update_time_index ( `update_time` );
|
|
||||||
|
|
||||||
ALTER TABLE `api_definition_exec_result` ADD INDEX update_time_index ( `create_time` );
|
|
||||||
|
|
||||||
ALTER TABLE `api_definition_exec_result` ADD INDEX integrated_report_id_index ( `integrated_report_id` );
|
|
||||||
|
Loading…
Reference in New Issue
Block a user