Open
Description
I've added the following trigger to call function handle_new_user()
on creation of a new user in the auth table.
CREATE OR REPLACE TRIGGER on_auth_user_created after insert on auth.users for each row execute procedure public.handle_new_user();
However when I run a diff this trigger is not included in the diff. Triggers on public tables are however.
Metadata
Metadata
Assignees
Labels
No labels