jimmylee / next-postgres-sequelize

[OUTDATED] React 16.8.4 + NextJS 8.0.3 + Emotion + Sequelize 5/Postgres + Passport Local Auth + Google App Engine or Heroku Deployment
https://next-postgres.herokuapp.com/
MIT License
181 stars 39 forks source link

Sequelize 5 Warning #15

Closed jimmylee closed 5 years ago

jimmylee commented 5 years ago
(node:19304) [SEQUELIZE0003]
DeprecationWarning: String based operators are deprecated. 
Please use Symbol based operators for better security, 
read more at 

http://docs.sequelizejs.com/manual/querying.html#operators
jimmylee commented 5 years ago

We don't need to have the operatorAliases property in our config because we don't use it.

Reference: https://github.com/sequelize/sequelize/issues/8417#issuecomment-461150731