This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
BPA.CAP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Schema renaming to lowercase is more conformant
master
Savorboard
5 years ago
parent
aedf82cbde
commit
45286ea2f0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 = "
C
ap";
public const string DefaultSchema = "
c
ap";
/// <summary>
/// Gets or sets the schema to use when creating database objects.
Write
Preview
Loading…
Cancel
Save