ci: flyway GA

This commit is contained in:
CaptainB 2024-05-31 13:57:35 +08:00 committed by 刘瑞斌
parent 96327dd079
commit 5bfa7f9231
1 changed files with 6 additions and 7 deletions

View File

@ -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 '是否开启' ,