浏览代码

Schema renaming to lowercase is more conformant

master
Savorboard 5 年前
父节点
当前提交
45286ea2f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/DotNetCore.CAP.SqlServer/CAP.EFOptions.cs

+ 1
- 1
src/DotNetCore.CAP.SqlServer/CAP.EFOptions.cs 查看文件

@@ -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.


正在加载...
取消
保存