Skip to content

Auth Triggers are not included in Diff #236

@ham-evans

Description

@ham-evans

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions