Triggering interceptors for mass updates #949
Replies: 1 comment
-
The When you use Adding this feature is not difficult, but it would completely undermine the original design purpose of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an interceptor to set
updatedBy
. Since interceptors run forupdate()
but notcreateUpdate()
, is there a way I can leverage the interceptor (or similar concept) when updating many records at once? Or do I simply just need to addupdatedAt
to mycreateUpdate
statement? Would be nice if this is something I can do generically rather than remembering to pass the value with eachcreateUpdate
.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions