I need to add some additional columns in hangfire tables. I don't know how can I add additional columns to hangfire tables.
Can anyone guide me on how can I add additional columns in hangfire tables and how hangfire will insert values for these newly added columns?
I'm using hangfire fire and forget jobs and for storage, I'm using the SQL server. I have installed hangfire in my .net Core project using the NuGet package manager.