Browse Source

Schema renaming to lowercase is more conformant

master
Savorboard 4 years ago
parent
commit
45286ea2f0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/DotNetCore.CAP.SqlServer/CAP.EFOptions.cs

+ 1
- 1
src/DotNetCore.CAP.SqlServer/CAP.EFOptions.cs View File

@@ -8,7 +8,7 @@ namespace DotNetCore.CAP
{
public class EFOptions
{
public const string DefaultSchema = "Cap";
public const string DefaultSchema = "cap";

/// <summary>
/// Gets or sets the schema to use when creating database objects.


Loading…
Cancel
Save