refactor(接口测试): 增加schedule表的config的长度

--bug=1023284 --user=郭雨琦
https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001023284
This commit is contained in:
guoyuqi 2023-02-17 17:27:57 +08:00 committed by 刘瑞斌
parent 6260f99bbd
commit c74b5806a2
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
SET SESSION innodb_lock_wait_timeout = 7200;
alter table schedule
modify column config varchar(1000);
SET SESSION innodb_lock_wait_timeout = DEFAULT;