Skip to content

Commit

Permalink
feat: 消息模板初始化sql TencentBlueKing#5150
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzcao committed Sep 13, 2021
1 parent ea88cea commit d762919
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion support-files/sql/1001_ci_notify_ddl_mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ CREATE TABLE IF NOT EXISTS `T_WEWORK_NOTIFY_MESSAGE_TEMPLATE`
`TITLE` varchar(256) DEFAULT NULL,
`BODY` mediumtext NOT NULL,
`CREATE_TIME` datetime(6) NOT NULL DEFAULT NOW(6),
`UPDATE_TIME` datetime(6) NOT NULL DEFAULT NOW(6),
`UPDATE_TIME` datetime(6) DEFAULT NULL ,
PRIMARY KEY (`ID`),
KEY `idx_templateId` (`COMMON_TEMPLATE_ID`)
) ENGINE = InnoDB
Expand Down
Loading

0 comments on commit d762919

Please sign in to comment.