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

Sequelize doesn't support pg7 #1

Closed
JustinBis opened this issue Oct 3, 2017 · 1 comment
Closed

Sequelize doesn't support pg7 #1

JustinBis opened this issue Oct 3, 2017 · 1 comment

Comments

@JustinBis
Copy link

Sequelize currently is broken when using pg7 (see sequelize/sequelize#7998). serverless-pg-migrations depends on pg@^7.0.2, but this should be some pg6 version instead to support Sequelize in its current state.

Nevon added a commit that referenced this issue Oct 5, 2017
Sequelize currently does not work with version 7 of pg. See
sequelize/sequelize#7998.

Fixes #1.
@Nevon Nevon mentioned this issue Oct 5, 2017
@Nevon
Copy link
Owner

Nevon commented Oct 5, 2017

Thanks for letting me know. I'm not currently using serverless-pg-migrations in production, but it's curious that I didn't have a problem during development, as I was able to run migrations without any problem.

Either way, could you leave a 👍 on the PR if you think it adequately solves your issue, and I'll push out an update with this fixed.

@Nevon Nevon closed this as completed in #2 Oct 6, 2017
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

No branches or pull requests

2 participants