fix: 修复文件名过短导致场景无法引入

This commit is contained in:
Captain.B 2021-03-30 15:31:02 +08:00
parent 02af3f1fe9
commit 1847fbbf5d
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
-- file name length change
ALTER TABLE file_metadata
MODIFY name VARCHAR(250) NOT NULL COMMENT 'File name';
-- api_scenario_report modify column length