Commit 45286ea2 authored by Savorboard's avatar Savorboard

Schema renaming to lowercase is more conformant

parent aedf82cb
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment