fix(接口测试): 修改flyway

--user=郭雨琦 修改flyway
This commit is contained in:
guoyuqi 2022-03-14 11:18:56 +08:00 committed by 刘瑞斌
parent 174ee3eea9
commit f0d9e46699

View File

@ -654,16 +654,3 @@ delete
from user_group_permission
where group_id = 'admin'
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` );