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
It seem like the problem was that I was updating JSON columns, and that is not working its explained here: #/79
So I used Sequelize hooks to solve this: https://sequelize.org/master/manual/hooks.html
is this common or
The text was updated successfully, but these errors were encountered: