yuzd / Hangfire.HttpJob

httpjob for Hangfire,restful api for Hangfire,job调度与业务分离
https://github.com/yuzd/Hangfire.HttpJob/wiki
MIT License
626 stars 185 forks source link

更换MySQL驱动后,是否与原有表结构兼容? #69

Closed cjmld5 closed 3 years ago

cjmld5 commented 3 years ago

如题

yuzd commented 3 years ago

https://github.com/yuzd/Hangfire.HttpJob/issues/61

升级的话特别要注意: 如果你的db 已经是 hangfire 开头的话 需要在代码中把 tabprefix 由 hangfire 修改成 hangfire 否则会出问题

cjmld5 commented 3 years ago

好的,多谢