From b454807ab3a05f41a65bfb01fab545fa8fda4f33 Mon Sep 17 00:00:00 2001 From: Lewis Zou Date: Tue, 13 Aug 2024 14:27:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=93=E5=8D=B0=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/SecurityTokenService/WebApplicationBuilderExtensions.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SecurityTokenService/WebApplicationBuilderExtensions.cs b/src/SecurityTokenService/WebApplicationBuilderExtensions.cs index 2610aa3..0e60739 100644 --- a/src/SecurityTokenService/WebApplicationBuilderExtensions.cs +++ b/src/SecurityTokenService/WebApplicationBuilderExtensions.cs @@ -149,6 +149,7 @@ xml varchar(2000) not null ); """ ); + Console.WriteLine("创建 MySql system_data_protection_keys 表成功"); } else { @@ -161,6 +162,7 @@ friendly_name varchar(64) not null, xml varchar(2000) not null ); """); + Console.WriteLine("创建 Postgre system_data_protection_keys 表成功"); } // 影响隐私数据加密、AntiToken 加解密