Skip to content

Commit

Permalink
新增tencent Git Oauth 授权模式 #8845
Browse files Browse the repository at this point in the history
  • Loading branch information
yongyiduan committed Sep 6, 2023
1 parent 796b00a commit 6b41006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support-files/sql/1001_ci_repository_ddl_mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ CREATE TABLE IF NOT EXISTS `T_REPOSITORY_CODE_P4` (
PRIMARY KEY (`REPOSITORY_ID`)
) ENGINE=INNODB DEFAULT CHARSET=utf8mb4;

create table T_REPOSITORY_TGIT_TOKEN
CREATE TABLE IF NOT EXISTS `T_REPOSITORY_TGIT_TOKEN`
(
`ID` bigint auto_increment comment '主键ID'
primary key,
Expand Down

0 comments on commit 6b41006

Please sign in to comment.