We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
I don't have time to do a pull request yet, I'm just testing it out quickly, but this was missing in SQL for me for streaming to work:
alter table logs add constraint log_pair_uq unique (log_index, transaction_hash); alter table token_transfers add constraint token_transfers_pair_uq unique (log_index, transaction_hash);
This fixed it, thank you for your work! :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I don't have time to do a pull request yet, I'm just testing it out quickly, but this was missing in SQL for me for streaming to work:
alter table logs add constraint log_pair_uq unique (log_index, transaction_hash);
alter table token_transfers add constraint token_transfers_pair_uq unique (log_index, transaction_hash);
This fixed it, thank you for your work! :)
The text was updated successfully, but these errors were encountered: