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
Follow up from #211. Managing relationships with Sequelize is quite strange. For example it doesn't allow updating nested entries and creating nested relationship does not include them in the result (you have to re-fetch). There is an opportunity to add hooks that can help with that:
Go through each associated entry
Check if it has an id
If it does check if it has the association
If not, add it
If it doesn't, leave it
The text was updated successfully, but these errors were encountered:
Follow up from #211. Managing relationships with Sequelize is quite strange. For example it doesn't allow updating nested entries and creating nested relationship does not include them in the result (you have to re-fetch). There is an opportunity to add hooks that can help with that:
id
The text was updated successfully, but these errors were encountered: