refactor(测试跟踪): 补全测试用例历史数据
This commit is contained in:
parent
5fce9a65bd
commit
137f727655
|
@ -192,3 +192,6 @@ CREATE TABLE IF NOT EXISTS test_case_test
|
||||||
|
|
||||||
alter table test_case
|
alter table test_case
|
||||||
modify test_id varchar(2000) null;
|
modify test_id varchar(2000) null;
|
||||||
|
|
||||||
|
-- update history data
|
||||||
|
update test_case set review_status = 'Prepare' where review_status is null;
|
Loading…
Reference in New Issue