-
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
feat: add description
and templated_from
to flows
table
#3945
Conversation
🤖 Hasura Change Summary compared a subset of table metadata including permissions: Updated Tables (1)
|
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.
Permissions all look good here! One small comment re: data type (was my mistake on Trello). Also, not crucial, but please consider squashing migrations when single PR and commands on same table !
hasura.planx.uk/migrations/1731498447017_add template from column to flows/up.sql
Outdated
Show resolved
Hide resolved
Removed vultr server and associated DNS entries |
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.
Looks good, thanks for updates!
To help lay the groundwork for the Templates feature, I have added two new columns to the
flows
table:description
andtemplated_from
I have updated the necessary permissions so admins, editors, and demoUsers can all create, update, and see
description
.No permissions have been enabled for
templated_from
.I'll follow this PR with another one to create an input for
description
in service settings of the flowEditor