We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156f382 commit b6810faCopy full SHA for b6810fa
coderd/database/migrations/000326_version_dynamic_parameter_flow.up.sql
@@ -2,10 +2,6 @@
2
-- We want the new experience to be tried first.
3
ALTER TABLE templates ADD COLUMN classic_parameter_flow BOOL NOT NULL DEFAULT false;
4
5
--- Existing templates will default to `true` for the classic parameter flow.
6
--- They will be incompatible with the new parameter flow until they are re-imported.
7
-UPDATE templates SET classic_parameter_flow = true;
8
-
9
COMMENT ON COLUMN templates.classic_parameter_flow IS
10
'Determines whether to default to the dynamic parameter creation flow for this template '
11
'or continue using the legacy classic parameter creation flow.'
0 commit comments