ahydrax / Hangfire.PostgreSql

Alternative PostgreSql Storage Provider for Hangfire
https://www.nuget.org/packages/Hangfire.PostgreSql.ahydrax/
Other
19 stars 7 forks source link

Schema name #19

Closed darionato closed 4 years ago

darionato commented 4 years ago

Add support to set the schema name in the storage options

darionato commented 4 years ago

I found that is enough to add the search path to the connection string like this: "Server=[server];Port=[port];Database=[db];User Id=postgres;Password=[pwd];CommandTimeout=20;SearchPath=hangfire;"