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
How would one go about the following scenario?
I have two main databases and I need a set of triggers working on database 1 and another set of triggers working on database 2
The triggers for database2 should not run on database 1.
Configurationwise I would create two main databases each with its own triggers database. But how can I configure the triggers in such a way that each triggers database has it's own set of trigger configurations?