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

Fixed issue where Zapier couldn't connect because unique constraint. #929

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

michaelkoper
Copy link
Contributor

In Membership::Base a unique constraint of the user_email column was added last year which broke the Zapier's ConnectionWorkflow.

Simply adding user_email when creating the membership fixes this.

…f Membership with the user_email column because it was nil.
Copy link
Contributor

@jagthedrummer jagthedrummer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @michaelkoper!

@jagthedrummer jagthedrummer merged commit 3e2a93a into bullet-train-co:main Oct 29, 2024
28 checks passed
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

Successfully merging this pull request may close these issues.

2 participants