Skip to content

Commit

Permalink
Fix schema version update in PostgreSqlObjectsInstaller on script fai…
Browse files Browse the repository at this point in the history
…lure
  • Loading branch information
yurii-hunter authored Dec 21, 2023
1 parent 2a709e4 commit 4474974
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Hangfire.PostgreSql/PostgreSqlObjectsInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ public static void Install(NpgsqlConnection connection, string schemaName = "han
{
_logger.ErrorException("Error while executing install/upgrade", ex);
}

throw;
}

previousVersion = version;
Expand Down

0 comments on commit 4474974

Please # to comment.