fix outbox configuration for mongodb

pull/18406/head
Berkan Sasmaz 2 years ago
parent e78b60f450
commit 70f2584dc6

@ -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