Преглед изворни кода

Update sqlserver.md (#738)

Changed the misprint of Postgre to SqlServer
master
Vlad Leonov пре 4 година
committed by GitHub
родитељ
комит
cb0deca579
No known key found for this signature in database GPG Key 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…
Откажи
Сачувај