Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX Handle MSSQL missing table errors #58

Closed

Conversation

dhensby
Copy link

@dhensby dhensby commented Mar 4, 2021

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
Copy link
Author

dhensby commented Sep 27, 2023

Looks like this library is dead

@dhensby dhensby closed this Sep 27, 2023
@dhensby dhensby deleted the pulls/mssql-missing-migrate-table branch September 27, 2023 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add knex_migrate table check for Sql Server
1 participant