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

FIX Handle MSSQL missing table errors

Open dhensby opened this issue 3 years ago • 0 comments

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.

dhensby avatar Mar 04 '21 09:03 dhensby