Skip to content
Merged
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
remove existing templates being set to true
  • Loading branch information
Emyrk committed May 14, 2025
commit b6810fa16c91a535b0fd19ee1cae824232b1db2c
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
-- We want the new experience to be tried first.
ALTER TABLE templates ADD COLUMN classic_parameter_flow BOOL NOT NULL DEFAULT false;

-- Existing templates will default to `true` for the classic parameter flow.
-- They will be incompatible with the new parameter flow until they are re-imported.
UPDATE templates SET classic_parameter_flow = true;

COMMENT ON COLUMN templates.classic_parameter_flow IS
'Determines whether to default to the dynamic parameter creation flow for this template '
'or continue using the legacy classic parameter creation flow.'
Expand Down
Loading