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
In SET_SKILLS_DESIRE_SKILL_LEVEL we are using insert to update a column.
We changed the way to save the datas, so we shouldn't use insert. Also, we should use the "updated_at" column to get the last date of an updated skill.