mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
5 lines
252 B
SQL
5 lines
252 B
SQL
ALTER TABLE template_version_parameters ADD COLUMN ephemeral boolean NOT NULL DEFAULT false;
|
|
|
|
COMMENT ON COLUMN template_version_parameters.ephemeral
|
|
IS 'The value of an ephemeral parameter will not be preserved between consecutive workspace builds.';
|