mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 10:24:55 +08:00
Update CodeFirstProvider
This commit is contained in:
@@ -229,6 +229,7 @@ namespace SqlSugar
|
||||
if (!this.Context.DbMaintenance.IsAnyIndex(item.IndexName))
|
||||
{
|
||||
var querybulder = InstanceFactory.GetSqlbuilder(this.Context.CurrentConnectionConfig);
|
||||
querybulder.Context = this.Context;
|
||||
var fileds = item.IndexFields
|
||||
.Select(it =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user