修复[#72]问题将未分表dbcontext提交在前

This commit is contained in:
xuejiaming 2021-11-28 22:26:32 +08:00
parent 5e49aa2dcf
commit cb7ae4c714
2 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
:start
::定义版本
set EFCORE2=2.3.1.52
set EFCORE3=3.3.1.52
set EFCORE5=5.3.1.52
set EFCORE6=6.3.1.52
set EFCORE2=2.3.1.53
set EFCORE3=3.3.1.53
set EFCORE5=5.3.1.53
set EFCORE6=6.3.1.53
::删除所有bin与obj下的文件
@echo off

View File

@ -38,8 +38,8 @@ namespace ShardingCore.Test
.Begin(o =>
{
#if DEBUG
//o.CreateShardingTableOnStart = true;
//o.EnsureCreatedWithOutShardingTable = true;
o.CreateShardingTableOnStart = true;
o.EnsureCreatedWithOutShardingTable = true;
#endif
o.AutoTrackEntity = true;