8000 Auth Triggers are not included in Diff · Issue #236 · djrobstep/migra · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Auth Triggers are not included in Diff #236
Open
@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

      0