mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:43:11 +00:00
Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> Co-authored-by: jaaydenh <1858163+jaaydenh@users.noreply.github.com> Co-authored-by: Steven Masley <stevenmasley@gmail.com>
4 lines
138 B
SQL
4 lines
138 B
SQL
ALTER TABLE templates ALTER COLUMN use_classic_parameter_flow SET DEFAULT false;
|
|
|
|
UPDATE templates SET use_classic_parameter_flow = false
|