I’m using the latest of Hangfire(1.6.21) with .Net core, Sql.
On startup, it doesn’t create Database automatically. I need to create database manually (only database), then all tables will be generated when startup.
Any solution for workaround?
I’m using the latest of Hangfire(1.6.21) with .Net core, Sql.
On startup, it doesn’t create Database automatically. I need to create database manually (only database), then all tables will be generated when startup.
Any solution for workaround?