fix(性能测试): 修复性能测试删除之后报告页面查询监控报错

This commit is contained in:
Captain.B 2021-05-19 14:34:53 +08:00 committed by 刘瑞斌
parent d0d40742ae
commit ebbb947a28
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ SET load_test_report.test_name = load_test.name;
UPDATE load_test_report JOIN load_test ON load_test.id = test_id UPDATE load_test_report JOIN load_test ON load_test.id = test_id
SET load_test_report.advanced_configuration = load_test.advanced_configuration; SET load_test_report.advanced_configuration = load_test.advanced_configuration;
UPDATE load_test_report JOIN load_test ON load_test.id = test_id
SET load_test_report.test_resource_pool_id = load_test.test_resource_pool_id;
-- schedule -- schedule
alter table schedule alter table schedule
add config VARCHAR(500) null; add config VARCHAR(500) null;