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
It would be great to be able to register one trigger for multiple tables.
Some ideas :
triggers.register('users|invoices|orders');triggers.register('*')// all tablestriggers.register(/^(?!logs$)[a-z]+$/gm)// every tables except the table logs