-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add type to group entity #581
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! Thank you! ✨
Hey @waddaboo! This file should also be updated to support the new property: https://github.com/bandada-infra/bandada/blob/main/database/seed.sql Feel free to create a new PR for it. Also, I just created a new branch called |
Description
This PR adds a new field
type
to group entity to indicate if a group is an on-chain group or an off-chain group.Related Issue
Does this introduce a breaking change?
Users must now include
type
when creating a group.Example:
Other information