Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6810fa

Browse files
committed
remove existing templates being set to true
1 parent 156f382 commit b6810fa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

coderd/database/migrations/000326_version_dynamic_parameter_flow.up.sql

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
-- We want the new experience to be tried first.
33
ALTER TABLE templates ADD COLUMN classic_parameter_flow BOOL NOT NULL DEFAULT false;
44

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-
95
COMMENT ON COLUMN templates.classic_parameter_flow IS
106
'Determines whether to default to the dynamic parameter creation flow for this template '
117
'or continue using the legacy classic parameter creation flow.'

0 commit comments

Comments
 (0)