I\'m getting below error on expressJs with Sequelize
DeprecationWarning: A boolean value was passed to options.operatorsAliases. This is a no-op with v5 and shou
The operatorsAliases as a boolean no longer exists. If you were simply setting it to false before, you can completely remove operatorsAliases from your config. It only existed as a backwards compatibility option.
operatorsAliases
false