ci: flyway GA
This commit is contained in:
parent
96327dd079
commit
5bfa7f9231
|
@ -1,8 +1,7 @@
|
|||
-- set innodb lock wait timeout
|
||||
SET SESSION innodb_lock_wait_timeout = 7200;
|
||||
|
||||
DROP TABLE IF EXISTS platform_source;
|
||||
CREATE TABLE platform_source(
|
||||
CREATE TABLE IF NOT EXISTS platform_source(
|
||||
`platform` VARCHAR(50) NOT NULL COMMENT '平台名称(国际飞书:LARK_SUITE,飞书:LARK,钉钉:DING_TALK,企业微信:WE_COM)' ,
|
||||
`config` BLOB NOT NULL COMMENT '平台信息配置' ,
|
||||
`enable` BIT NOT NULL DEFAULT 1 COMMENT '是否开启' ,
|
||||
|
|
Loading…
Reference in New Issue