the-road-to-graphql / fullstack-apollo-express-postgresql-boilerplate

💥 A sophisticated GraphQL with Apollo, Express and PostgreSQL boilerplate project.
https://roadtoreact.com
MIT License
1.2k stars 264 forks source link

sequelize.sync throws 42P01 error #121

Open christian-hess-94 opened 4 years ago

christian-hess-94 commented 4 years ago

I made an API based on this tutorial. I had to abandon the project for a few months, but now I need to restart it. Problem is, when trying to run sequelize.sync, it throws an error. I've published an issue directly to sequelize, but if anyone can help me discover what is throwing this particular error I would be greatly appreciated.

Issue link: https://github.com/sequelize/sequelize/issues/12467