Closed dhensby closed 1 year ago
Fixes #53
If the migrations table does not exist in mssql, an error is thrown which is not correctly handled by tableDoesNotExist.
tableDoesNotExist
This matches the error thrown by the library if the table is missing.
Looks like this library is dead
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.