Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lost trigger when setting up multiple queue-tables within the same schema #62

Open
LudoDaemen opened this issue Nov 25, 2020 · 0 comments

Comments

@LudoDaemen
Copy link

Expected Behavior

Have completely functional queue-tables when having multiple ones

Actual Behavior

The sql-script for setting up the table sets up the trigger without having a refererence to the name of the table the trigger is associated with. That leads to the earliest defined table to loose its trigger when setting up the second one.

Solution seems relatively simple : in the sql-script make the table name a part of the trigger name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant