修复[#72]问题将未分表dbcontext提交在前
This commit is contained in:
parent
5e49aa2dcf
commit
cb7ae4c714
|
@ -1,9 +1,9 @@
|
||||||
:start
|
:start
|
||||||
::定义版本
|
::定义版本
|
||||||
set EFCORE2=2.3.1.52
|
set EFCORE2=2.3.1.53
|
||||||
set EFCORE3=3.3.1.52
|
set EFCORE3=3.3.1.53
|
||||||
set EFCORE5=5.3.1.52
|
set EFCORE5=5.3.1.53
|
||||||
set EFCORE6=6.3.1.52
|
set EFCORE6=6.3.1.53
|
||||||
|
|
||||||
::删除所有bin与obj下的文件
|
::删除所有bin与obj下的文件
|
||||||
@echo off
|
@echo off
|
||||||
|
|
|
@ -38,8 +38,8 @@ namespace ShardingCore.Test
|
||||||
.Begin(o =>
|
.Begin(o =>
|
||||||
{
|
{
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
//o.CreateShardingTableOnStart = true;
|
o.CreateShardingTableOnStart = true;
|
||||||
//o.EnsureCreatedWithOutShardingTable = true;
|
o.EnsureCreatedWithOutShardingTable = true;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
o.AutoTrackEntity = true;
|
o.AutoTrackEntity = true;
|
||||||
|
|
Loading…
Reference in New Issue