-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which hook to use? #436
Comments
That is a rather unusual special need. You'll have to write your own hook for it, which would be straightforward. |
This is more of a background, so maybe not uncommon as I think may people shy away from using belongsToMany join tables using sequelize. |
The |
Thanks. You were right, though. This can and should be solved in Sequelize (which I use). |
After a discard and a keepInArray hook I get this result:
How can I get rid of the photo keys, so I end up with this?:
The text was updated successfully, but these errors were encountered: