Skip to content

Commit

Permalink
Merge pull request #89 from Ali-YousefiTelori/develop
Browse files Browse the repository at this point in the history
ues table name
  • Loading branch information
Ali-YousefiTelori authored Nov 27, 2023
2 parents 039d2e7 + 4bdf5c9 commit 0edd864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public async Task<WhiteLabelInfo> Initialize(IHttpContextAccessor httpContext, s
string contextName = uniqueIdentityManager.GetContextName(contextType);
foreach (var entityType in instanceOfContext.Model.GetEntityTypes())
{
string tableName = entityType.ServiceOnlyConstructorBinding.RuntimeType.Name;
string tableName = entityType.GetTableName();
var tableFullName = uniqueIdentityManager.GetContextTableName(foundMicroservice.Id, contextType.Name, tableName);
if (!addedInWhitLabels.Contains(tableFullName))
{
Expand Down

0 comments on commit 0edd864

Please sign in to comment.