Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump migration
  • Loading branch information
Emyrk committed May 14, 2025
commit 31486b6b3c96d45d425d6b1a6fad78fdef4ee663
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
-- Default to `true`. Users will have to opt out of the new flow if they have issues.
ALTER TABLE templates ADD COLUMN dynamic_parameter_flow BOOL NOT NULL DEFAULT true;

COMMENT ON COLUMN templates.dynamic_parameter_flow IS
'Determines whether to default to the dynamic parameter creation flow for this template. '
'As a template wide setting, the template admin can opt out if there are any issues. '
'Opt out is allowed as workspace creation is a core workflow. This column will be removed '
'when the dynamic parameter creation flow is fully rolled out and stable.';
'An escape hatch is required, as workspace creation is a core workflow and cannot break. '
'This column will be removed when the dynamic parameter creation flow is stable.';


Loading