build: flyway 补充

This commit is contained in:
CaptainB 2022-08-16 15:50:17 +08:00 committed by f2c-ci-robot[bot]
parent 57ea4002c2
commit 4c9d248324

View File

@ -68,3 +68,13 @@ ALTER TABLE `load_test_report`
ALTER TABLE test_case DROP COLUMN other_test_name;
ALTER TABLE test_plan DROP COLUMN test_case_match_rule;
ALTER TABLE test_plan DROP COLUMN executor_match_rule;
-- V130_2-1-0_Add_Ui_Index
--
ALTER TABLE `ui_scenario_module` ADD INDEX index_project_id (`project_id`);
ALTER TABLE `ui_scenario` ADD INDEX index_project_id (`project_id`);
ALTER TABLE `ui_scenario` ADD INDEX index_module_id (`module_id`);
ALTER TABLE `ui_scenario` ADD INDEX index_project_id_status_module_id (`project_id`,`STATUS`,`module_id`);