Skip to content

Commit 5d89b92

Browse files
committed
Adding builder.TranslateParameterizedCollectionsToConstants();
1 parent 8e3e870 commit 5d89b92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eFormAPI/Plugins/GreateBelt.Pn/GreateBelt.Pn/EformGreateBeltPlugin.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ public void ConfigureDbContext(IServiceCollection services, string connectionStr
125125
{
126126
builder.EnableRetryOnFailure();
127127
builder.MigrationsAssembly(PluginAssembly().FullName);
128+
builder.TranslateParameterizedCollectionsToConstants();
128129
}));
129130
}
130131

0 commit comments

Comments
 (0)