You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: