-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
Possible to check for pending migrations on startup? #165
Comments
This is currently not possible but PRs are more than welcome. |
Use umzug in your code https://github.com/sequelize/umzug |
Fixed in #385
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This isn't really an issue per se but I didn't see another forum for it.
Is it possible to configure Sequelize to check for pending migrations on startup? We've had numerous cases where devs forget to run migrations and proceed to chase their tails trying to figure out why their code suddenly stopped working.
The text was updated successfully, but these errors were encountered: