Skip to content

Commit

Permalink
Changed naming of ItemsEventoStoreSuffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Melnychenko committed Aug 9, 2023
1 parent f406809 commit f7a818c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ string eventsTableName
return services.AddPostgresqlEventStore(
eventsConnectionString,
eventsTableName,
string.Concat(eventsTableName, ItemEventStoreNameSuffix.TableNameSuffix)
string.Concat(eventsTableName, ItemsEventStoreNameSuffix.TableNameSuffix)
);
}

Expand Down

0 comments on commit f7a818c

Please sign in to comment.