Merge remote-tracking branch 'origin/master'

This commit is contained in:
wenyann 2020-10-20 10:34:58 +08:00
commit 736d46c983
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@ CREATE TABLE IF NOT EXISTS message_task (
event varchar(255) NOT NULL COMMENT '通知事件类型',
user_id varchar(50) NOT NULL COMMENT '接收人id',
task_type varchar(64) NOT NULL,
webhook varchar(255) NOT NULL COMMENT 'webhook地址',
webhook varchar(255) COMMENT 'webhook地址',
CONSTRAINT message_manage_pk
PRIMARY KEY (id)
)

View File

@ -1 +0,0 @@
alter table message_task modify webhook varchar(255) null comment 'webhook地址';