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
Good question. Right now the generator in this gem generates a migration with a trigger on inserts.
If you want to use updates or deletes, then I'd suggest generating that default migration and then customize it to use update or delete instead (I think only one can be used in a trigger). You may also need to customize the payload that is sent with the notification.
Currently the implementation in the gem is to support sidekiq_publisher and similar outbox pattern use cases.
Evaluating this gem, curious if it can support updates / deletes also?
The text was updated successfully, but these errors were encountered: