sheerun / knex-migrate

Modern database migration toolkit for knex.js
MIT License
342 stars 39 forks source link

FIX Handle MSSQL missing table errors #58

Closed dhensby closed 1 year ago

dhensby commented 3 years ago

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 commented 1 year ago

Looks like this library is dead