knex-migrate
knex-migrate copied to clipboard
Add knex_migrate table check for Sql Server
Here: https://github.com/sheerun/knex-migrate/blob/master/src/storage.js#L8
Add this check: new RegExp(
Invalid object name '${table}').test(err.message)
I would create a PR but am currently contractually blocked from non-approved open source contributions.
Thanks!