Skip to content

Commit

Permalink
添加打印日志
Browse files Browse the repository at this point in the history
  • Loading branch information
zlzforever committed Aug 13, 2024
1 parent d62472a commit b454807
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SecurityTokenService/WebApplicationBuilderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ xml varchar(2000) not null
);
"""
);
Console.WriteLine("创建 MySql system_data_protection_keys 表成功");
}
else
{
Expand All @@ -161,6 +162,7 @@ friendly_name varchar(64) not null,
xml varchar(2000) not null
);
""");
Console.WriteLine("创建 Postgre system_data_protection_keys 表成功");
}

// 影响隐私数据加密、AntiToken 加解密
Expand Down

0 comments on commit b454807

Please sign in to comment.