fix: sql 文件冲突 (#2057)
This commit is contained in:
parent
ad901fc2a0
commit
03defc8950
|
@ -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);
|
||||
|
|
|
@ -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);
|
Loading…
Reference in New Issue