knex-migrate
knex-migrate copied to clipboard
FIX Handle MSSQL missing table errors
Fixes #53
If the migrations table does not exist in mssql, an error is thrown which is not correctly handled by tableDoesNotExist
.
This matches the error thrown by the library if the table is missing.