From 6b410064b19bf3c8e80e5ef49d441605e8a5a8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?yongyiduan=28=E6=AE=B5=E6=B0=B8=E5=84=84=29?= Date: Wed, 6 Sep 2023 15:46:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Etencent=20Git=20Oauth=20?= =?UTF-8?q?=E6=8E=88=E6=9D=83=E6=A8=A1=E5=BC=8F=20#8845?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- support-files/sql/1001_ci_repository_ddl_mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support-files/sql/1001_ci_repository_ddl_mysql.sql b/support-files/sql/1001_ci_repository_ddl_mysql.sql index 85da4208839..01cc2cc0859 100644 --- a/support-files/sql/1001_ci_repository_ddl_mysql.sql +++ b/support-files/sql/1001_ci_repository_ddl_mysql.sql @@ -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,