Skip to content

Commit

Permalink
fix: add connectionstring to NpgsqlMigrationFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD authored Dec 14, 2023
1 parent 46d9ca0 commit 360d214
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ protected override DbContextOptionsBuilder<TContext> CreateOptionsBuilder(IConfi

var optionsBuilder = new DbContextOptionsBuilder<TContext>()
.UseNpgsql(
connectionString,
options =>
{
options.EnableRetryOnFailure();
Expand Down

0 comments on commit 360d214

Please sign in to comment.