Nevon / serverless-pg-migrations

Trigger Postgres migrations from AWS Lambda with Serverless ⚡️
40 stars 9 forks source link

Sequelize doesn't support pg7 #1

Closed JustinBis closed 7 years ago

JustinBis commented 7 years ago

Sequelize currently is broken when using pg7 (see https://github.com/sequelize/sequelize/issues/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 commented 7 years ago

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.