refactor(接口测试): 增加schedule表的config的长度
--bug=1023284 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001023284
This commit is contained in:
parent
6260f99bbd
commit
c74b5806a2
|
@ -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;
|
Loading…
Reference in New Issue