knex-migrate icon indicating copy to clipboard operation
knex-migrate copied to clipboard

Add knex_migrate table check for Sql Server

Open tmcdonnell87 opened this issue 4 years ago • 0 comments

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!

tmcdonnell87 avatar Apr 28 '20 04:04 tmcdonnell87