Merge pull request #18411 from abpframework/auto-merge/rel-8-0/2333

Merge branch dev with rel-8.0
pull/18408/merge
maliming 2 years ago committed by GitHub
commit 128ed1bfb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ public static class EventOutboxMongoModelBuilderExtensions
{
Check.NotNull(builder, nameof(builder));
builder.Entity<IncomingEventRecord>(b =>
builder.Entity<OutgoingEventRecord>(b =>
{
b.CollectionName = AbpCommonDbProperties.DbTablePrefix + "EventOutbox";
});

Loading…
Cancel
Save