I noticed that there is a prefix parameter in the HangfireDbContext, but it seems that it is not being utilized, resulting in the inability to customize the table prefix name. I attempted to set a custom prefix, but it doesn't reflect in the generated table names.
Is there a specific way to use the prefix parameter, or is there any other workaround to achieve custom table prefix functionality in HangfireDbContext?
Hello,
I noticed that there is a
prefix
parameter in the HangfireDbContext, but it seems that it is not being utilized, resulting in the inability to customize the table prefix name. I attempted to set a custom prefix, but it doesn't reflect in the generated table names.Is there a specific way to use the
prefix
parameter, or is there any other workaround to achieve custom table prefix functionality in HangfireDbContext?Thank you for your assistance.
HangfireDbContext