In Sequelize I am using upsert() to insert a new row if it doesn\'t exist or increment one of its field values by some other value if it exists.
Inserting works fine