mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-10 23:03:40 +00:00
4 lines
120 B
SQL
4 lines
120 B
SQL
CREATE TRIGGER copy_to_outbox
|
|
AFTER INSERT ON eventstore.events2
|
|
FOR EACH ROW EXECUTE FUNCTION copy_events_to_outbox();
|