Hangfire.PostgreSql
Hangfire.PostgreSql copied to clipboard
PostgreSqlFetchedJob npgsql DateTimeOffset change for timestamptz column
Regarding #384 PR - if it doest not sound good . With the help of this PR you may change DateTime type to DateTimeOffSet in PostgreSqlFetchedJob according to Npgsql Mapping Table => https://www.npgsql.org/doc/types/basic.html. So that, there will be no problem deleting jobs from jobqueue table.