Skip to content

Commit

Permalink
feat: 流水线级回调与流水线编排解耦 TencentBlueKing#11283 补充配置
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Feb 12, 2025
1 parent 8b03959 commit 623531c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions 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 @@ -1295,5 +1295,5 @@ CREATE TABLE IF NOT EXISTS `T_PIPELINE_CALLBACK` (
`CREATE_TIME` datetime DEFAULT NULL COMMENT '创建时间',
`UPDATE_TIME` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`PROJECT_ID`,`PIPELINE_ID`,`NAME`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='流水线级别回调事件表';
SET FOREIGN_KEY_CHECKS = 1;
6 changes: 6 additions & 0 deletions support-files/templates/#etc#ci#common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,12 @@ spring:
- index: 65
name: T_PIPELINE_BUILD_HISTORY_DEBUG
databaseShardingStrategy: SHARDING
- index: 66
name: T_PIPELINE_CALLBACK
databaseShardingStrategy: SHARDING
- index: 67
name: T_PIPELINE_SUB_REF
databaseShardingStrategy: SHARDING

endpoints:
metrics:
Expand Down

0 comments on commit 623531c

Please sign in to comment.