-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: Grant column permissions for demoUser on the operations table #3882
Conversation
🤖 Hasura Change Summary compared a subset of table metadata including permissions: Updated Tables (2)
|
Removed vultr server and associated DNS entries |
columns: | ||
- id | ||
- actor_id | ||
- version | ||
- data | ||
- created_at | ||
- updated_at | ||
- flow_id |
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.
@@ -589,6 +589,7 @@ | |||
- role: demoUser | |||
permission: | |||
columns: | |||
- analytics_link |
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.
The classic "forgot to toggle on column permissions" error 🙃