瀏覽代碼

Update sqlserver.md (#738)

Changed the misprint of Postgre to SqlServer
master
Vlad Leonov 4 年之前
committed by GitHub
父節點
當前提交
cb0deca579
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      docs/content/user-guide/en/storage/sqlserver.md

+ 1
- 1
docs/content/user-guide/en/storage/sqlserver.md 查看文件

@@ -24,7 +24,7 @@ public void ConfigureServices(IServiceCollection services)

services.AddCap(x =>
{
x.UsePostgreSql(opt=>{
x.UseSqlServer(opt=>{
//SqlServerOptions
});
// x.UseXXX ...


Loading…
取消
儲存