添加备注
This commit is contained in:
parent
08c511964c
commit
b2bff085df
|
@ -150,7 +150,7 @@ namespace ShardingCore.DynamicDataSources
|
||||||
if (!_shardingConfigOptions.IgnoreCreateTableError.GetValueOrDefault())
|
if (!_shardingConfigOptions.IgnoreCreateTableError.GetValueOrDefault())
|
||||||
{
|
{
|
||||||
_logger.LogWarning(e,
|
_logger.LogWarning(e,
|
||||||
$"table :{physicTableName} will created.");
|
$"table :{physicTableName} maybe created.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -171,7 +171,7 @@ namespace ShardingCore.DynamicDataSources
|
||||||
if (!_shardingConfigOptions.IgnoreCreateTableError.GetValueOrDefault())
|
if (!_shardingConfigOptions.IgnoreCreateTableError.GetValueOrDefault())
|
||||||
{
|
{
|
||||||
_logger.LogWarning(e,
|
_logger.LogWarning(e,
|
||||||
$"table :{physicTableName} will created.");
|
$"table :{physicTableName} maybe created.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue