fix(性能测试): 修复flyway

This commit is contained in:
Captain.B 2021-05-14 11:12:44 +08:00 committed by 刘瑞斌
parent 3dbf7b0a25
commit 952b410d38
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ ALTER TABLE load_test_report
ALTER TABLE load_test_report
ADD test_name VARCHAR(64) NULL;
ALTER TABLE load_test_report
ADD jmx_content LONGTEXT NULL;
UPDATE load_test_report JOIN load_test ON load_test.id = load_test_report.test_id
SET load_test_report.project_id = load_test.project_id;