Skip to content

Commit

Permalink
【PAC】feat:支持从代码库维度查看对应的代码库事件 #8122
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshewhe committed Oct 21, 2023
1 parent e214965 commit e950af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support-files/sql/1001_ci_process_ddl_mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ CREATE TABLE IF NOT EXISTS `T_PIPELINE_WEBHOOK` (
`DELETE` BIT(1) DEFAULT 0 COMMENT '是否删除',
`EVENT_TYPE` varchar(32) DEFAULT NULL COMMENT '事件类型',
`EXTERNAL_ID` varchar(32) DEFAULT NULL COMMENT 'webhook事件生产者ID,工蜂-工蜂ID,github-github id,svn-svn path,p4-p4port',
`REPOSITORY_HASH_ID` varchar(64) null comment '代码库hashId';
`REPOSITORY_HASH_ID` varchar(64) null comment '代码库hashId',
PRIMARY KEY (`ID`),
UNIQUE KEY `UNI_INX_TPW_PROJECT_PIPELINE_TASK` (`PROJECT_ID`, `PIPELINE_ID`,`TASK_ID`),
KEY `IDX_PROJECT_NAME_REPOSITORY_TYPE` (`PROJECT_NAME`, `REPOSITORY_TYPE`)
Expand Down

0 comments on commit e950af8

Please sign in to comment.