fix: sql 文件冲突 (#2057)

This commit is contained in:
jianxing 2021-04-16 10:20:02 +08:00 committed by GitHub
parent ad901fc2a0
commit 03defc8950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -129,3 +129,8 @@ alter table test_case
add step_description text null;
alter table test_case
add expected_result text null;
-- api_scenario_report modify column length
ALTER TABLE api_scenario_report MODIFY COLUMN name VARCHAR(3000);
-- api_scenario_report modify column length
ALTER TABLE api_scenario_report MODIFY COLUMN scenario_id VARCHAR(3000);

View File

@ -1,5 +0,0 @@
-- api_scenario_report modify column length
ALTER TABLE api_scenario_report MODIFY COLUMN name VARCHAR(3000);
-- api_scenario_report modify column length
ALTER TABLE api_scenario_report MODIFY COLUMN scenario_id VARCHAR(3000);